improve handling of null as default value

This commit is contained in:
Jonathan Jenne 2020-07-28 13:27:49 +02:00
parent 071d65212c
commit 5e466cd802

View File

@ -374,7 +374,7 @@ Public Class ClassControls
}
}
If Vorgabe = "NULL" Then
If Vorgabe.ToUpper = "NULL" Then
oPicker.EditValue = Nothing
End If