Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simplest error routine of all time
Message
From
03/05/2000 23:23:30
 
 
To
03/05/2000 23:15:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00365939
Message ID:
00365941
Views:
16
Greg,

Why bother? What's the value-added? Seriously, I'd like to know.


>I've used this error handler as the most simple to get done what has to be done.
>
>on error do ezerror with message()
>
>
>PROCEDURE Ezerror
>PARAMETERS cMessage
>lnVal = messagebox("AN ERROR OCCURED" + CHR(13) + CHR(13) + cMessage + CHR(13) + CHR(13),2)
>DO CASE
> CASE lnval = 3
> CANCEL
> CASE lnval=4
> RETRY
> CASE lnval=5
> RETURN
>
>ENDCASE
>RETURN
>
>No constants, no subroutines, no external routines. Simple as it gets.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform