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
|
||||
|
||||
@@ -178,7 +178,7 @@ hr{
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
margin-left: /*14px*/ 3.0837004405286343vw;
|
||||
max-width: /*390px;*/ 85.90308370044053vw;
|
||||
overflow-x: auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
@media (min-width: 558.98px) {
|
||||
|
||||
Reference in New Issue
Block a user