Hello all,
I'm having a problem with Crystal Reports OpenReport() method of the CRAXDRT.Application object in VB6.
Problem line of code is here:
Set Report = CrxApp.OpenReport(sReportPath)
If I step through the code line by line
it works fine but when I just run it it doesn't work.
The error I captured is:
-2147206462, Dos error.
I have added DoEvents twice after the line of code in
question but this does not help.
Does anyone have any ideas or suggestions on this problem?
TIA,
I'm having a problem with Crystal Reports OpenReport() method of the CRAXDRT.Application object in VB6.
Problem line of code is here:
Set Report = CrxApp.OpenReport(sReportPath)
If I step through the code line by line
it works fine but when I just run it it doesn't work.
The error I captured is:
-2147206462, Dos error.
I have added DoEvents twice after the line of code in
question but this does not help.
Does anyone have any ideas or suggestions on this problem?
TIA,