Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trapping errors in reports
Message
De
02/07/2002 12:14:23
 
 
À
02/07/2002 11:57:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00674522
Message ID:
00674534
Vues:
20
>Hello,
>How do you trap errors inside a report (say, a field does not exist) to prevent the error messagebox to appear when trying to print or preview the report ? Apparently ON ERROR is ignored here...

From where do you call the report?
Use Error event to capture errors if possible.

If you wish to debug report, stop the program execution before
report form MyRepo
command. Use
modify report MyRepo
to open the report and then from file menu choose preview. You will see the error message, and after that the field that has raised the error will be activated.

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform