Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On error do routine
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00416019
Message ID:
00416078
Vues:
30
>>Hello all,
>>Can any one show me how to return control back to form after
>>performing an 'on error do errror routine'
>>currently i experience application terminating.
>>
>>Thanks in advance.
>
try
resume
Actually I think RESUME is meant to be entered in the Command Window or invoked from the menu when a program is SUSPENDed.

In an error handler you have the follwoing options:
RETRY - attempts to re-execute the line that caused the error, this is useful if a short time delay might remove the cause of the error.
RETURN - cause execution to continue on the next line after the one that caused the error.
CANCEL - if program is running inside the VFP dev environment, will return control to the command window.
or QUIT.
Cheers,
Houston.
censored.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform