Issue with Crystal Report with CRPEAuto Class - TechRepublic
Question
July 20, 2009 at 11:11 PM
anurag.paresh

Issue with Crystal Report with CRPEAuto Class

by anurag.paresh . Updated 16 years, 12 months ago

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.

This discussion is locked

All Comments