Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing printer in CRViewer. VB 6 & CR 8 1

Status
Not open for further replies.

enui71

Programmer
Feb 21, 2001
12
US
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?

Thank you,
Jennifer Fleming
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top