AuditFlow, OpenSnd_SendToAviso

This commit is contained in:
2025-09-03 14:21:50 +02:00
parent 21a1236ca5
commit 9513240844
18 changed files with 1755 additions and 1195 deletions

View File

@@ -93,9 +93,10 @@ Public Class cAuditFlow_Pruefobjekte
"ELSE " &
"BEGIN " & getInsertCmd() & " END " &
"COMMIT TRAN "
' MsgBox(sqlstr)
Return SQL.doSQLVarList(sqlstr, "ADMIN", , list)
Catch ex As Exception
' MsgBox(ex.Message)
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)
Return False
End Try