Bereichtigung der Einschränkungen bei DT is not null anstatt dt is null und row.count is null da GEGENTEIL der gesuchte Fall ist.
This commit is contained in:
@@ -235,7 +235,7 @@ Partial Class Kundenbereich_Default
|
||||
dt = VERAG_PROG_ALLGEMEIN.cAviso.GET_KDLIST_WEB(Art, Kdnrtext, {5}, Nothing, Nothing, Absender, Empfaenger, LKWNR, KDNAFNR)
|
||||
End If
|
||||
|
||||
If dt IsNot Nothing AndAlso dt.Rows.Count = 0 Then
|
||||
If dt IsNot Nothing AndAlso Not dt.Rows.Count = 0 Then
|
||||
Dim i As Integer = 0
|
||||
For Each d In dt.Rows
|
||||
Dim tr = New TableRow
|
||||
|
||||
Reference in New Issue
Block a user