MS
This commit is contained in:
@@ -248,9 +248,14 @@
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
control.Text = autoValue
|
||||
If IsDBNull(autoValue) Then
|
||||
control.Text = "ATTENTION: result of select was dbnull"
|
||||
Else
|
||||
control.Text = autoValue
|
||||
End If
|
||||
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Unexpected Error in LoadValueMain:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
ClassLogger.Add("Unexpected Error in LoadValueMain: " & ex.Message, True)
|
||||
|
||||
Reference in New Issue
Block a user