Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On error
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00491933
Message ID:
00492055
Vues:
17
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform