This commit is contained in:
2024-11-18 09:57:34 +01:00

View File

@@ -3662,7 +3662,7 @@ Public Class usrctlProcedures
If DYIMPORT.SAVE() Then If DYIMPORT.SAVE() Then
TextBox10.Text &= DYIMPORT.Id & vbNewLine TextBox10.Text &= DYIMPORT.Id & vbNewLine
Else Else
MsgBox("FEHLER: " & currentRow(2).Trim()) MsgBox("FEHLER: " & currentRow(2).Trim() & " - " & currentRow(3).Trim())
End If End If
End If End If