jj 08.03.2016 control abhängigkeiten
This commit is contained in:
@@ -167,7 +167,7 @@ Public Class ClassControlValues
|
||||
Dim groupbox As GroupBox = DirectCast(control, GroupBox)
|
||||
LoadControlValues(RecordId, ParentRecordId, FormId, groupbox.Controls)
|
||||
Else
|
||||
LoadControlValueNeu(RecordId, ParentRecordId, ControlId, control, value)
|
||||
LoadControlValue(RecordId, ParentRecordId, ControlId, control, value)
|
||||
End If
|
||||
|
||||
Next
|
||||
@@ -178,7 +178,7 @@ Public Class ClassControlValues
|
||||
|
||||
End Sub
|
||||
|
||||
Private Shared Sub LoadControlValueNeu(recordId As Integer, parentRecordId As Integer, controlId As Integer, control As Control, value As Object)
|
||||
Private Shared Sub LoadControlValue(recordId As Integer, parentRecordId As Integer, controlId As Integer, control As Control, value As Object)
|
||||
Try
|
||||
Select Case control.GetType()
|
||||
Case GetType(TextBox)
|
||||
|
||||
Reference in New Issue
Block a user