jj fix default value for combobox
This commit is contained in:
@@ -226,9 +226,7 @@
|
||||
DEFAULTVALUE = properties.DefaultValue
|
||||
ElseIf type = "CheckBox" Then
|
||||
DEFAULTVALUE = properties.DefaultValue
|
||||
ElseIf type = "CheckBox" Then
|
||||
DEFAULTVALUE = properties.DefaultValue
|
||||
ElseIf type = "ComboBox" Then
|
||||
ElseIf type = "CustomComboBox" Then
|
||||
DEFAULTVALUE = properties.DefaultValue
|
||||
ElseIf type = "DateEdit" Then
|
||||
DEFAULTVALUE = ClassConverter.ToDateTimePickerOptionsOrDefault(properties.DefaultValue)
|
||||
|
||||
Reference in New Issue
Block a user