jj 14.03 update datepicker

This commit is contained in:
JenneJ
2016-03-14 11:27:54 +01:00
parent 32a1c4cf5e
commit 8a9f9241e6
5 changed files with 429 additions and 428 deletions

View File

@@ -150,6 +150,10 @@
CType(r.Item("CTRLSCR_FONT_STYLE"), FontStyle))
props.ColumnTitle = ClassConverter.ToStringOrDefault(r.Item("CONTROL_COL_NAME"), ctrl.Name)
props.ShowColumn = ClassConverter.ToBooleanOrDefault(r.Item("CONTROL_SHOW_COLUMN"), True)
props.StaticList = NotNull(r.Item("CONTROL_STATIC_LIST"), "")
props.SQLCommand = New SQLValue(NotNull(r.Item("CONTROL_SQLCOMMAND_1"), ""))
props.IsRequired = r.Item("CONTROL_REQUIRED")
props.IsReadOnly = r.Item("CONTROL_READ_ONLY")
Case "Groupbox"
props.Caption = r.Item("CTRLSCR_CAPTION")