-
Hi,
I am developing a VB application that will call Crystal Reports.
Is there a way to determine if a user that is previewing a report in Crystal has chosen to print that report from the preview screen ?
I could set up 2 separate buttons from VB, one that runs a preview report and one that just prints the report, but would like to see if there is some type of return code that can be checked.
The report will be sent to a network printer.
Thanks for any feedback.
-
There is an option to send the report directly to the printer Check the properties of the Crystal report control. i cont remember it.
-
Thanks.
That may be the route we need to take. Set up one call to the report to allow the user to preview, and another to just print the report.
I was just wondering if there was a way to tell if the user chose to print while previewing the report.