Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CR Preview Error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00628833
Message ID:
00631896
Vues:
64
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform