Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Errorhandling
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Errorhandling
Divers
Thread ID:
00007224
Message ID:
00007224
Vues:
85
I use the ON ERROR command in the beginning of my program to call my own errorhandler (a procedure).
When an error occurs in my application my errorhandler shows a messagebox with some information about the error, but then my application just continues executing after the line of code wich caused the error. This of course generates new error messages because I have already started to close down my application in the errorhandler.
I want to be able to stop the code from executing and close all open databases, tables and windows and release the application. How shall I do?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform