rename NULL placeholder to $Null
This commit is contained in:
@@ -374,7 +374,7 @@ Public Class ClassControls
|
||||
}
|
||||
}
|
||||
|
||||
If Vorgabe.ToUpper = "NULL" Then
|
||||
If Vorgabe.ToUpper = "$NULL" Then
|
||||
oPicker.EditValue = Nothing
|
||||
ElseIf Vorgabe IsNot Nothing Then
|
||||
oPicker.EditValue = Vorgabe
|
||||
|
||||
Reference in New Issue
Block a user