Sendungsdetails, ATBGestellung
This commit is contained in:
@@ -1533,8 +1533,8 @@ Public Class usrcntlAktDetails
|
||||
End Sub
|
||||
|
||||
Sub ArrowDown_ShowHide()
|
||||
If isFailureShown Then Exit Sub
|
||||
picArrowDown.Visible = False
|
||||
If isFailureShown Then Exit Sub
|
||||
If dgvSendungen.RowCount = 0 Then Exit Sub
|
||||
Select Case tbcntlVermerke.SelectedIndex
|
||||
Case 0, 1, 2
|
||||
@@ -1543,7 +1543,7 @@ Public Class usrcntlAktDetails
|
||||
For Each r As DataGridViewRow In gridVermerke.Rows
|
||||
If r.Displayed Then showFirst = True
|
||||
If showFirst Then
|
||||
If (r.Cells("Hervorheben") IsNot Nothing AndAlso r.Cells("Hervorheben").Value = "1" Or r.Cells("VermerkeOptions") IsNot Nothing AndAlso r.Cells("VermerkeOptions").Value <> "") AndAlso Not r.Displayed Then
|
||||
If ((r.Cells("Hervorheben") IsNot Nothing AndAlso r.Cells("Hervorheben").Value = "1") Or (r.Cells("VermerkeOptions") IsNot Nothing AndAlso r.Cells("VermerkeOptions").Value <> "")) AndAlso Not r.Displayed Then
|
||||
picArrowDown.Visible = True
|
||||
End If
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user