If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Issue with Crystal Report with CRPEAuto Class
I am using a function to generate Crystal Reporrt with the CRPEAuto Class.I am able to view the Crystal Report with the following command:
Dim reportView As CRPEAuto.View
Set reportView = report.Preview
However, the report disappears once the control of the code reaches 'End Function'.
Kindly suggest a way to keep the Report in the visible state till the user does not close the window.