use default values for datepicker
This commit is contained in:
parent
c078380139
commit
d4852043ad
@ -376,6 +376,8 @@ Public Class ClassControls
|
||||
|
||||
If Vorgabe.ToUpper = "NULL" Then
|
||||
oPicker.EditValue = Nothing
|
||||
ElseIf Vorgabe IsNot Nothing Then
|
||||
oPicker.EditValue = Vorgabe
|
||||
End If
|
||||
|
||||
oPicker.Properties.AppearanceFocused.BackColor = Color.Lime
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user