Hi everyone,
Access 97 and CR 7.0
I have developed reports in crystal and opening in Access. The problem I am having the report opens for a second and closes in the preview mode. I need it to be opened so that user can print. Below is my code any suggestions will be helpfful.
Dim crpApplication As CRPEAuto.Application
Dim crpReport As CRPEAuto.Report
Set crpApplication = CreateObjec("crystal.crpe.application")
Set crpReport = crpApplication.OpenReport"H:\PatientSurvey\AgeRpt.rpt")
crpReport.Preview
How can I make it stop and resume maybe after a minute or so.?
Thank you in advance
Rekha
Access 97 and CR 7.0
I have developed reports in crystal and opening in Access. The problem I am having the report opens for a second and closes in the preview mode. I need it to be opened so that user can print. Below is my code any suggestions will be helpfful.
Dim crpApplication As CRPEAuto.Application
Dim crpReport As CRPEAuto.Report
Set crpApplication = CreateObjec("crystal.crpe.application")
Set crpReport = crpApplication.OpenReport"H:\PatientSurvey\AgeRpt.rpt")
crpReport.Preview
How can I make it stop and resume maybe after a minute or so.?
Thank you in advance
Rekha