Link to home
Start Free TrialLog in
Avatar of neonlights
neonlights

asked on

Script Error

Hi experts,

we have crstal report 11 and working good for a long time.. and since yesterday, when I run the crystal report, getting Script Error msg box with

Line 364
Position 73

if ret = Ture then isFileExists = False else IsFileExists = True..

The funny thing is that yesterday was different msg box with the script error and today is different. I did not do any xp update but, my crystal report could do update.

All other machines with Crystal report doing the same error report.

Any suggestions or solutions?

Regards,
Avatar of frodoman
frodoman
Flag of United States of America image

Hi neonlights,

Are all reports failing or just this one report on all machines?  What does the error message say?

frodoman
Avatar of neonlights
neonlights

ASKER

Hi frodoman,

No reports are failing. When I launch the program, I am getting the Script Error message box. and if I close the error box, it looks normal. But, i am not sure how big is the problem. In terms of accuracy of reports.. and functionality. I searched on google.. for it and did not find it

Header of the msg box: Script Error

Content is:

Script Error

Line 364
Position 73

if ret = True then IsFileExisit = False else IsFileExists = True
 {OK}

ASKER CERTIFIED SOLUTION
Avatar of frodoman
frodoman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am running Crystal Report from my programs menu.. not from web application.

Since it is the case, what would be the solution? or suggestion.. please/
neonlights,

So you are opening Crystal Reports developer and clicking the execute button and that's when the error occurs?

frodoman
hi frodoman,

I think I found the problem, the problem occurs when the update page opens - error in that page.

Once I disabled the function, it is okay now.

Thanks for your help.
Glad to help
Cool