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
|
If Vorgabe.ToUpper = "NULL" Then
|
||||||
oPicker.EditValue = Nothing
|
oPicker.EditValue = Nothing
|
||||||
|
ElseIf Vorgabe IsNot Nothing Then
|
||||||
|
oPicker.EditValue = Vorgabe
|
||||||
End If
|
End If
|
||||||
|
|
||||||
oPicker.Properties.AppearanceFocused.BackColor = Color.Lime
|
oPicker.Properties.AppearanceFocused.BackColor = Color.Lime
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user