rename NULL placeholder to $Null

This commit is contained in:
Jonathan Jenne
2020-07-30 10:29:22 +02:00
parent d4852043ad
commit 33fa89bae9
2 changed files with 2 additions and 2 deletions

View File

@@ -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