Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On error
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00491933
Message ID:
00492055
Views:
18
Hey Joe,

That looks like it came for MZ_tools. I'm diggin that thing. :)

>Is there any discussion on "On Error Goto 0" as used in the following. I use this format but it seems like "On Error Goto 0" is going to happen without actually coding it to do it ... Thoughts?
>
>
>
>On Error Goto PROC_NAME_Error
>.
>. ' code stuff would be here
>.
>On Error Goto 0
>Exit {PROCEDURE_TYPE}
>
>PROC_NAME_Error:
>	MsgBox "Error " & CStr(Err.Number) & _
>     " in procedure {PROCEDURE_NAME} of the ... : " & _
>     Err.Description, vbExclamation, App.Title
>On Error Goto 0
>
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Previous
Reply
Map
View

Click here to load this message in the networking platform