We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How do I check if CRPE.Application is already open. Please help.

Hi everyone. How do I check if CRPE is already open. This is how I activate it: Dim crpApp As New CRPEAuto.Application() Dim crReport As CRPEAuto.Report crReport = crpApp.OpenReport(rptPath) crReport.Preview() I tried this: On Error Resume Next Set appCrystal = GetObject(,"CRPE.Application") But it doesn't work. Any ideas.

2 Replies

ME Marco Ensing February 24, 2004 01:47 AM UTC

Enlight me, but what has Crystal report to do with Syncfusion components?


JA Jane February 26, 2004 03:22 PM UTC

Marco, It is not but I thought you guyes might help since you are all gurus in this.

Loader.
Up arrow icon