MS Nullverweis Combobox

This commit is contained in:
2021-03-16 13:24:35 +01:00
parent 7cc15a1349
commit 5171845b7f
3 changed files with 5 additions and 62 deletions

View File

@@ -730,12 +730,13 @@ Public Class frmValidator
End If
End Sub
#Region "CONTROL LIST"
LOGGER.Debug("In add_ComboBox - GUID: " & oControlID)
Dim oCONID
Try
oCONID = PreventNulletc(oControlRow.Item("CONNECTION_ID"))
If oCONID = String.Empty Then
oCONID = 0
End If
Catch ex As Exception
oCONID = 0
End Try