
Differences with Crystal 8.5 to 9 in VB
Hello. I was wondering if someone could help me out. I
have a v8.5
Crystal Report that run on the task scheduler
and prints automaticlly just fine. I have created a v9
crystal report and I get an error:
Run-time error '20525':
"Unable to load report"
If I the path points to the v8.5 report, it works fine,
if the path points to the v9 report I get the error.
Here is what I have:
CrystalReport1.Connect
= "DSN=DSN;UID=User;PWD=PWord;DSQ=DBase"
CrystalReport1.ReportFileName = "C:\9\MovementReport.rpt"
CrystalReport1.Action = 1
End
Any and all help is appreciated. Thank you and have a
great day.
Ken