Printing without showing the PrintSetup dialog
Hi.
I would like to perform a print directly without any dialogs.
How can I print without the PrinterSetup dialog showing?
I would also like how to assign a printer name (Windows Share name), and
the number of copies.
Br
Petter Topp
RB 12, D 2010
--
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/
I would like to perform a print directly without any dialogs.
How can I print without the PrinterSetup dialog showing?
I would also like how to assign a printer name (Windows Share name), and
the number of copies.
Br
Petter Topp
RB 12, D 2010
--
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/
This discussion has been closed.
Comments
Found the ShowPrintDialog property, so this is solved.
Petter
--
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/
Try using the properties below. All are published so they can be altered at
runtime or design-time.
ppReport.ShowPrintDialog := False;
ppReport.PrinterSetup.PrinterName :=
ppReport.PrinterSetup.Copies :=
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com