Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On Error
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
On Error
Divers
Thread ID:
00806739
Message ID:
00806739
Vues:
48
Hi

I have event error code loaded in my form. As I am exiting I wish to reopen a table in exclusive mode to pack it.

I have the following code
lHadErr=.F.
ON ERROR lHadErr=.T.
USE wDbc!myfile IN 0 ALIAS ml EXCLUSIVE
IF NOT lHadErr
	SELECT ml
	SET SAFETY OFF
	PACK
	SET SAFETY ON
	USE
ENDIF
ON ERROR
which I assumed would override the code in the form.

Unfortunately, it doesn't. Is it supposed to work this way???

Why can I not temporarly suspend the default error routine and then reinstate it by clearing the error with
ON ERROR
Somewhat confused
Geoff Scott
May all your weeds be wildflowers
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform