fix Drucken

This commit is contained in:
2025-08-19 16:20:29 +02:00
parent 192f25a608
commit 1865ea98c8
3 changed files with 10 additions and 4 deletions

View File

@@ -217,6 +217,7 @@ Public Class AVISO_Mail_Functions
Marshal.ReleaseComObject(attachment)
If IO.File.Exists(TMP_PATH) Then
VERAG_PROG_ALLGEMEIN.cFormularManager.PrintViaSpirePDF({TMP_PATH}) ', cboPrinter.SelectedItem.ToString)
Try : IO.File.Delete(TMP_PATH) : Catch : End Try
End If