Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error() - The Bubble Effect
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Error() - The Bubble Effect
Miscellaneous
Thread ID:
00364283
Message ID:
00364283
Views:
41
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
Next
Reply
Map
View

Click here to load this message in the networking platform