This commit is contained in:
2024-11-05 17:01:47 +01:00
parent 9d136403e1
commit 62e9ef30bf
4 changed files with 14 additions and 6 deletions

View File

@@ -515,8 +515,10 @@ Public Class cMSEAPI
Return "FEHLER Array Transaktions ist leer"
End If
If transactions.Size = 1 Then
If transactions.Size = 1 Then '?? warum nochmal
transactionID.Columns("batch_seq_nr").ReadOnly = False
row.Item("batch_seq_nr") = transactions.ObjectAt(0).StringOf("batch_seq_nr")
transactionID.Columns("batch_seq_nr").ReadOnly = True
End If