jj fix bug - control not showing in LoadControlValuesList

This commit is contained in:
JenneJ
2016-08-09 13:38:51 +02:00
parent 75ab06ce6c
commit 0a684ff998

View File

@@ -348,6 +348,8 @@ Public Class ClassControlValues
'Datatable nach row mit CONTROL_ID wie Ctrl suchen
Dim row As DataRow = dt.Select(String.Format("CONTROL_ID={0}", controlTagId)).FirstOrDefault()
If IsNothing(row) Then
' Beim aussteigen muss wieder ResumeDraw aufgerufen werden
PerfomanceHelper.ResumeDraw(Ctrl)
Continue For
End If
Dim sqlcommand As String = row.Item("SQL")