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