Compare commits
2 Commits
d4852043ad
...
b8cc39a7c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8cc39a7c7 | ||
|
|
33fa89bae9 |
@@ -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
|
||||
|
||||
@@ -1314,7 +1314,7 @@ Public Class frmAdministration
|
||||
Case 5 : oValue = "$DateDDMMYYY"
|
||||
Case 6 : oValue = "$Username"
|
||||
Case 7 : oValue = "$Usercode"
|
||||
Case 8 : oValue = "NULL"
|
||||
Case 8 : oValue = "$Null"
|
||||
End Select
|
||||
|
||||
DEFAULT_VALUETextBox.Text = oValue
|
||||
|
||||
@@ -1728,8 +1728,8 @@ Public Class frmIndex
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Function GetPlaceholderValue(InputValue As String, FileName As String, UserShortName As String)
|
||||
Dim oResult = Nothing
|
||||
Function GetPlaceholderValue(InputValue As String, FileName As String, UserShortName As String) As String
|
||||
Dim oResult As String
|
||||
|
||||
Try
|
||||
Select Case InputValue.ToString.ToUpper
|
||||
|
||||
Reference in New Issue
Block a user