ATEZ Andalso

This commit is contained in:
2023-09-05 21:44:22 +02:00
parent 06b11f80d5
commit 10817e30a3

View File

@@ -224,7 +224,7 @@ Public Class frmATEZ_NCTS
BezugsNr = BezugsNrTmp
zusatz = "A"
If dgv IsNot Nothing And dgv.Rows.Count > 0 Then
If dgv IsNot Nothing AndAlso dgv.Rows.Count > 0 Then
BezugsNr = BezugsNrTmp & "/" & zusatz
For Each r As DataGridViewRow In dgv.Rows
If r.Cells("BezugsNr").Value = BezugsNr Then