Is there a way to add a icon in the viewer's tool bar to change the printer that report prints to? I know how to do it using a vb control, but would rather not do that.
I actually found it better to put code into the 'printbutton_clicked' event on the viewer to show the VB common print dialog.
I found that the users preferred this as just one button (and therefore one dialog) was required to change printer and also print a range of pages. This method did require a new copy of the report to be instantiated (but sent directly to the printer) as the report.printername, report.printerdriver, etc are read only at run time.
I'm not sure about Crystal's own buttons but 'report.printsetup' will call it's own dialog.
Actually just noticed when you posted this... so you're probably don't need my thoughts on the problem!
Can you send a report directly to the printer, without having to click the print button or any of the OK buttons that come up with the print dialog box?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.