Mahnlauf Fakt.Dat., SDL Abholung (Medpass, Parkpl.), SDL Brief (Medpass, Parkpl.), Chatgruppen --> Buhchaltung

This commit is contained in:
2023-03-20 22:52:01 +01:00
parent 36c6782bb7
commit b89a4c9f5b
12 changed files with 111 additions and 15 deletions

View File

@@ -1276,8 +1276,6 @@ Public Class cRKSV
' print.LoadDocument(rpt)
rpt.Run(False)
rpt.Document.Printer.PrinterSettings.Copies = 1
If printername <> "" Then
rpt.Document.Printer.PrinterName = printername
Else
@@ -1289,6 +1287,9 @@ Public Class cRKSV
End If
End If
rpt.Run(False)
rpt.Document.Printer.PrinterSettings.Copies = 1
If Not rpt.Document.Print(False, False) Then
MsgBox("Problem beim Drucken.")
End If