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
Miscellaneous
Thread ID:
00364283
Message ID:
00364301
Views:
16
>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?
>

Have you tried THISFORM.Error(nError, cMethod, nLine) in the Otherwise clause?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform