improve handling of null as default value
This commit is contained in:
parent
071d65212c
commit
5e466cd802
@ -374,7 +374,7 @@ Public Class ClassControls
|
||||
}
|
||||
}
|
||||
|
||||
If Vorgabe = "NULL" Then
|
||||
If Vorgabe.ToUpper = "NULL" Then
|
||||
oPicker.EditValue = Nothing
|
||||
End If
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user