Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CR Preview Error
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00628833
Message ID:
00631896
Views:
70
I had the same problem with the Error C0000005 when using the crystal report viewer. This code is a great workaround.
Thanks
Tevye

>Sorry I had forgotten these lines!
>
>
>PROCEDURE ERROR()
>LPARAMETERS tnerror,tcmethod,tnline
>
>
>IF tnerror = 1440 OR tnerror = 1426 && Erreur non précise
> * Erreur d'exception OLE: Code d'exception c0000005. L'objet OLE est peut-être endommagé
> NODEFAULT
>ELSE
> DODEFAULT( tnerror, tcmethod , tnline )
>ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform