jj fix bug - control not showing in LoadControlValuesList
This commit is contained in:
@@ -348,6 +348,8 @@ Public Class ClassControlValues
|
|||||||
'Datatable nach row mit CONTROL_ID wie Ctrl suchen
|
'Datatable nach row mit CONTROL_ID wie Ctrl suchen
|
||||||
Dim row As DataRow = dt.Select(String.Format("CONTROL_ID={0}", controlTagId)).FirstOrDefault()
|
Dim row As DataRow = dt.Select(String.Format("CONTROL_ID={0}", controlTagId)).FirstOrDefault()
|
||||||
If IsNothing(row) Then
|
If IsNothing(row) Then
|
||||||
|
' Beim aussteigen muss wieder ResumeDraw aufgerufen werden
|
||||||
|
PerfomanceHelper.ResumeDraw(Ctrl)
|
||||||
Continue For
|
Continue For
|
||||||
End If
|
End If
|
||||||
Dim sqlcommand As String = row.Item("SQL")
|
Dim sqlcommand As String = row.Item("SQL")
|
||||||
|
|||||||
Reference in New Issue
Block a user