JJ_16_11
This commit is contained in:
@@ -86,14 +86,12 @@
|
||||
Case "Checkbox"
|
||||
props = New CheckBoxProperties()
|
||||
props.Caption = row.Item("CTRLSCR_CAPTION")
|
||||
If Not IsDBNull(row.Item("CONTROL_DEF_VALUE")) Then
|
||||
props.DefaultValue = row.Item("CONTROL_DEF_VALUE")
|
||||
Else
|
||||
|
||||
If IsDBNull(row.Item("CONTROL_DEF_VALUE")) Or row.Item("CONTROL_DEF_VALUE") = String.Empty Then
|
||||
props.DefaultValue = False
|
||||
Else
|
||||
props.DefaultValue = row.Item("CONTROL_DEF_VALUE")
|
||||
End If
|
||||
|
||||
|
||||
|
||||
Case "Datepicker"
|
||||
props = New DateTimePickerProperties()
|
||||
Case "Datagridview"
|
||||
|
||||
Reference in New Issue
Block a user