I use a VB6 interface to launch reports created in Crystal Reports 7. After setting up the window and report options, I start the print job using this command:
Call PEStartPrintJob(iPrintJob, 0)
The report(s) run fine, however I cannot click 'Cancel' on the CR Parameter dialogue box. The reports always run anyway. In the Designer you can always click 'Cancel' from the Parameter dialogue box to stop the report from running.
Has anyone been able to get the reports to 'Cancel' when using CRPE32.DLL in VB?
TIA
Call PEStartPrintJob(iPrintJob, 0)
The report(s) run fine, however I cannot click 'Cancel' on the CR Parameter dialogue box. The reports always run anyway. In the Designer you can always click 'Cancel' from the Parameter dialogue box to stop the report from running.
Has anyone been able to get the reports to 'Cancel' when using CRPE32.DLL in VB?
TIA