Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to exit my application after an error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00941058
Message ID:
00941063
Vues:
9
Try:
* In Main Programm
ON ERROR ErrorHandler(ERROR(),PROGRAM(),LINENO())


PROCEDURE ErrorHandler(nError,cProgramm,nLineNo)

 *****
 CLEAR EVENTS
 CLOSE ALL
 CLEAR ALL
 QUIT 

RETURN
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform