update Juni 2023
This commit is contained in:
Binary file not shown.
BIN
.vs/BEA/v16/.suo
BIN
.vs/BEA/v16/.suo
Binary file not shown.
BIN
.vs/BEA/v17/.suo
BIN
.vs/BEA/v17/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -68,8 +68,10 @@
|
|||||||
Me.cbboxKontaktSD.DataSource = Kontaktsd_data
|
Me.cbboxKontaktSD.DataSource = Kontaktsd_data
|
||||||
Me.cbboxKontaktSD.DisplayMember = "Bezeichnung"
|
Me.cbboxKontaktSD.DisplayMember = "Bezeichnung"
|
||||||
Me.cbboxKontaktSD.ValueMember = "KeyValue"
|
Me.cbboxKontaktSD.ValueMember = "KeyValue"
|
||||||
Cursor = Cursors.Default
|
Cursor = Cursors.Default
|
||||||
Else
|
Me.cbboxKontaktSD.EndUpdate()
|
||||||
|
Me.cbboxKontaktFB.EndUpdate()
|
||||||
|
Else
|
||||||
Me.Panel2.Height = 1
|
Me.Panel2.Height = 1
|
||||||
Me.Height = Me.Height - 227
|
Me.Height = Me.Height - 227
|
||||||
Me.cbboxKontaktSD.EndUpdate()
|
Me.cbboxKontaktSD.EndUpdate()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -17,7 +17,7 @@ Public Class Beziehungen
|
|||||||
|
|
||||||
Dim m_ConnectionString As String
|
Dim m_ConnectionString As String
|
||||||
Dim FilterDoubleClicked As Boolean = True
|
Dim FilterDoubleClicked As Boolean = True
|
||||||
<DefaultValue(""), Description("ConnectionString"), Category("Options")> _
|
<DefaultValue(""), Description("ConnectionString"), Category("Options")>
|
||||||
Public Property ConnectionString() As String
|
Public Property ConnectionString() As String
|
||||||
Get
|
Get
|
||||||
ConnectionString = m_ConnectionString
|
ConnectionString = m_ConnectionString
|
||||||
@@ -27,14 +27,14 @@ Public Class Beziehungen
|
|||||||
m_ConnectionString = Value
|
m_ConnectionString = Value
|
||||||
Globals.conn.sConnectionString = m_ConnectionString
|
Globals.conn.sConnectionString = m_ConnectionString
|
||||||
Datenklasse.ConnectionString = m_ConnectionString
|
Datenklasse.ConnectionString = m_ConnectionString
|
||||||
init_comp()
|
Init_Comp()
|
||||||
End If
|
End If
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
|
||||||
Dim m_Mitarbeiternr As Integer
|
Dim m_Mitarbeiternr As Integer
|
||||||
<DefaultValue(1), Description("Mitarbeiternr"), Category("Options")> _
|
<DefaultValue(1), Description("Mitarbeiternr"), Category("Options")>
|
||||||
Public Property Mitarbeiternr As Integer
|
Public Property Mitarbeiternr As Integer
|
||||||
Get
|
Get
|
||||||
Mitarbeiternr = m_Mitarbeiternr
|
Mitarbeiternr = m_Mitarbeiternr
|
||||||
@@ -49,7 +49,7 @@ Public Class Beziehungen
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
Dim m_TempFilePath As String
|
Dim m_TempFilePath As String
|
||||||
<DefaultValue("h:\tssettings\bea"), Description("Temp Filepath"), Category("Options")> _
|
<DefaultValue("h:\tssettings\bea"), Description("Temp Filepath"), Category("Options")>
|
||||||
Public Property TempFilePath As String
|
Public Property TempFilePath As String
|
||||||
Get
|
Get
|
||||||
TempFilePath = m_TempFilePath
|
TempFilePath = m_TempFilePath
|
||||||
@@ -63,7 +63,7 @@ Public Class Beziehungen
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
Dim m_keyvalue As Integer
|
Dim m_keyvalue As Integer
|
||||||
<DefaultValue(1), Description("KeyValue"), Category("Options")> _
|
<DefaultValue(1), Description("KeyValue"), Category("Options")>
|
||||||
Public Property KeyValue As Integer
|
Public Property KeyValue As Integer
|
||||||
Get
|
Get
|
||||||
KeyValue = m_keyvalue
|
KeyValue = m_keyvalue
|
||||||
@@ -71,13 +71,13 @@ Public Class Beziehungen
|
|||||||
Set(value As Integer)
|
Set(value As Integer)
|
||||||
If m_keyvalue <> value Then
|
If m_keyvalue <> value Then
|
||||||
m_keyvalue = value
|
m_keyvalue = value
|
||||||
refresh_details()
|
Refresh_Details()
|
||||||
End If
|
End If
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
Dim m_Type As String
|
Dim m_Type As String
|
||||||
<DefaultValue(""), Description("KeyValue"), Category("Options")> _
|
<DefaultValue(""), Description("KeyValue"), Category("Options")>
|
||||||
Public Property Type As String
|
Public Property Type As String
|
||||||
Get
|
Get
|
||||||
Type = m_Type
|
Type = m_Type
|
||||||
@@ -91,7 +91,7 @@ Public Class Beziehungen
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
Dim m_Generic_Event_Handler As _Generic_Event_Handler.Generic_Event_Handler
|
Dim m_Generic_Event_Handler As _Generic_Event_Handler.Generic_Event_Handler
|
||||||
<DefaultValue(""), Description("Type"), Category("Options")> _
|
<DefaultValue(""), Description("Type"), Category("Options")>
|
||||||
Public Property Generic_Event_Handler
|
Public Property Generic_Event_Handler
|
||||||
Get
|
Get
|
||||||
Generic_Event_Handler = m_Generic_Event_Handler
|
Generic_Event_Handler = m_Generic_Event_Handler
|
||||||
@@ -133,7 +133,7 @@ Public Class Beziehungen
|
|||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
Public Function Refresh_Details(Optional Position As Integer = 0) As Boolean
|
Public Function Refresh_Details(Optional Position As Integer = 0) As Boolean
|
||||||
If Me.IsRefreshed Then Exit Function
|
'If Me.IsRefreshed Then Exit Function
|
||||||
Dim cid As Boolean = False
|
Dim cid As Boolean = False
|
||||||
Try
|
Try
|
||||||
Me.C1Beziehungen.Enabled = False
|
Me.C1Beziehungen.Enabled = False
|
||||||
@@ -363,7 +363,7 @@ Public Class Beziehungen
|
|||||||
|
|
||||||
Private Sub C1Beziehungen_MouseUp(sender As Object, e As MouseEventArgs) Handles C1Beziehungen.MouseUp
|
Private Sub C1Beziehungen_MouseUp(sender As Object, e As MouseEventArgs) Handles C1Beziehungen.MouseUp
|
||||||
If C1Beziehungen.PointAt(e.X, e.Y) = C1.Win.C1TrueDBGrid.PointAtEnum.AtFilterBar Then
|
If C1Beziehungen.PointAt(e.X, e.Y) = C1.Win.C1TrueDBGrid.PointAtEnum.AtFilterBar Then
|
||||||
filterdoubleclicked = True
|
FilterDoubleClicked = True
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
FilterDoubleClicked = False
|
FilterDoubleClicked = False
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user