Print without printer dialog
How can I have the report print directly to default printer without
prompting with the print dialog?
Currently I call ppReport1.Print but it displays the dialog. I looked at
help but seems that every call will prompt. Any suggestion for not having
the dialog appear and just send to default printer?
Thanks
Bob
prompting with the print dialog?
Currently I call ppReport1.Print but it displays the dialog. I looked at
help but seems that every call will prompt. Any suggestion for not having
the dialog appear and just send to default printer?
Thanks
Bob
This discussion has been closed.
Comments
You need to set Report.ShowPrinterDialog to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks,
Bob