disallow clearing date controls
This commit is contained in:
parent
57eb7cbec8
commit
9d59917b62
@ -63,9 +63,12 @@ Public Class ParameterLoader
|
||||
oDefaultValue = Now
|
||||
End If
|
||||
|
||||
oControl = New DateEdit() With {
|
||||
Dim oDateEdit As New DateEdit() With {
|
||||
.EditValue = oDefaultValue
|
||||
}
|
||||
oDateEdit.Properties.ShowClear = False
|
||||
|
||||
oControl = oDateEdit
|
||||
|
||||
Case Constants.DataTypeEnum.String
|
||||
Dim oDefaultValue As String = GetDefaultValue(oParam)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user