neu
This commit is contained in:
@@ -440,6 +440,7 @@ Public Class SendungOptions
|
||||
|
||||
|
||||
Dim rpt As New Gemeinsames.rptSendungen(VALUES, imgpath, ZOLLANMELDUNG, SENDUNG.HANDLING, SENDUNG.VORKOSTEN)
|
||||
rpt.Document.Printer.PrinterName = ""
|
||||
rpt.Document.CacheToDisk = False
|
||||
|
||||
'rpt.Document.CacheToDisk = True
|
||||
@@ -454,9 +455,9 @@ Public Class SendungOptions
|
||||
ElseIf art = "PRINT" Or art = "DIALOG" Then
|
||||
|
||||
rpt.Run(False)
|
||||
' If Printername = "" Then rpt.Dispose() : Exit Sub
|
||||
rpt.Document.Printer.PrinterName = Printername
|
||||
rpt.Document.Print((art = "DIALOG" Or Printername = ""), False)
|
||||
' rpt.Document.Print((art = "DIALOG" Or Printername = ""), False, false) --> vorher usePrintingThread false...
|
||||
rpt.Document.Print((art = "DIALOG" Or Printername = ""), False, True)
|
||||
rpt.Dispose()
|
||||
'rpt.Document.Dispose()
|
||||
' rpt.Dispose()
|
||||
|
||||
Reference in New Issue
Block a user