Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error() - The Bubble Effect
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Error() - The Bubble Effect
Divers
Thread ID:
00364283
Message ID:
00364283
Vues:
39
Hi all,

I have a command button that is looping through a table containing a list of table names. In the loop I am attempting to use each table exclusively. I want to use the Error() method of the button to trap for 1705. The problem is, once I add code to the error method, how do I make errors that I'm not trapping for bubble up to the form and on up the chain?

cmdPump.Error()
LParameters nError, cMethod, nLine

Do Case
Case nError = 1705
ThisForm.lLoop = .t.
OtherWise
* What goes here?
EndCase

I've tried DoDefault() with the parameters, and I've also tried calling the parent error method. I've even used the Error command to manually rethrow the error. How am I supposed to do it?

TIA
_________________________________
There are 2 types of people in the world:
    Those who need closure
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform