Hi,
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.