From 94a2942b224fe2b53f280b181feb1c588fee11f3 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Sat, 16 Nov 2024 00:14:51 +0100 Subject: [PATCH] Import Zoll --- UID/usrctlProcedures.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UID/usrctlProcedures.vb b/UID/usrctlProcedures.vb index f770df9..0a4ee50 100644 --- a/UID/usrctlProcedures.vb +++ b/UID/usrctlProcedures.vb @@ -3662,7 +3662,7 @@ Public Class usrctlProcedures If DYIMPORT.SAVE() Then TextBox10.Text &= DYIMPORT.Id & vbNewLine Else - MsgBox("FEHLER: " & currentRow(2).Trim()) + MsgBox("FEHLER: " & currentRow(2).Trim() & " - " & currentRow(3).Trim()) End If End If