Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error
Message
De
17/09/2003 10:41:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/09/2003 09:25:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Error
Divers
Thread ID:
00829832
Message ID:
00829890
Vues:
20
>my problem is i have a function i my program called trap_Error
>and i want to disable it just for a couple of instruction
>so how can i do

Robert,
There is no list. Any command (or function or even assignment) could follow an 'on error'. ie:

on error do myErrhandler with lineno(),message()
on error m.myVar = 3
on error xx=myFunc()

Common ones :
on error do errorhandler
on error retry
on error return

For your case :
on error && Disable custom error trapping
* Do whatever
on error do trap_Error && Restore handler back
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform