MS_06022016
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
CType(r.Item("CTRLSCR_FONT_SIZE"), Single),
|
||||
CType(r.Item("CTRLSCR_FONT_STYLE"), FontStyle))
|
||||
props.ColumnTitle = r.Item("CONTROL_COL_NAME")
|
||||
|
||||
Dim i = r.Item("CONTROL_DEF_VALUE")
|
||||
props.DefaultValue = NotNull(r.Item("CONTROL_DEF_VALUE"), EnumDateTimePickerDefaultValueOptions.Empty)
|
||||
props.IsRequired = r.Item("CONTROL_REQUIRED")
|
||||
props.IsReadOnly = r.Item("CONTROL_READ_ONLY")
|
||||
@@ -225,10 +225,10 @@
|
||||
Dim f = ClassFunctionCommands.LoadFunction(controlId)
|
||||
|
||||
Dim FormId = f.Item("INTEGER1")
|
||||
props.FormID = NotNull(FormId, 0)
|
||||
props.FormID = NotNullInt(FormId, 0)
|
||||
|
||||
Dim ScreenId = f.Item("INTEGER2")
|
||||
props.ScreenID = NotNull(ScreenId, 0)
|
||||
props.ScreenID = NotNullInt(ScreenId, 0)
|
||||
|
||||
End Select
|
||||
|
||||
|
||||
Reference in New Issue
Block a user