Reputation: 11
I use Crystal Report 8 in VB6. From within a form, I want to send command to CR to print directly to printer and without showing a dialog asking to specify the start and end page.
With newer version of CR, there is a command call PrintToPrinter
. I couldn't find this command with CR 8.5
Can somebody here show me how to do this?
Upvotes: 0
Views: 7439
Reputation: 11
I've found the solution.
set Report=crViewer.ReportSource report.printOut false
Upvotes: 1