I'm working on an application that is about 8 years old, and it uses version 8.0.0.4 of the Crystl32.ocx file for viewing reports.
The issue is, when I go to view the report, it shows a parameter screen, that the user can CANCEL from. But, if you click CANCEL, the report window STILL opens, and shows a report with no data... (Or data from the defaults the parameters offered).
Does anyone know of an event I can capture, or some way to handle the cancel button on the PARAMS screen?
To view a report, you set the "Action" property of Crystal::CrystalReport to 1L. (1 in VB, 1L in C++)... But, that property does not return until after the report is loaded, and showing on screen....
So, I'm not sure what to do from here...
