This commit is contained in:
2024-09-06 14:55:43 +02:00
parent 779b96578c
commit 61052b43e9
4 changed files with 248 additions and 158 deletions

View File

@@ -657,7 +657,7 @@ Public Class frmMDMNachrichtenVerarbeitung
'Label31.Visible = True
readPLOSE_Detail = "Zeilen: " & cnt
Else
MsgBox("FEHLER beim Löschen der vorhandenen OP-Liste.")
' MsgBox("FEHLER beim Löschen der vorhandenen OP-Liste.")
End If
End Using
@@ -678,7 +678,6 @@ Public Class frmMDMNachrichtenVerarbeitung
Catch ex As Exception
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name)
MsgBox(ex.StackTrace & ex.Message)
readPLOSE_Detail = ""
End Try
End Function