-
Error Handling
Is there a way to have a global 'On Error GoTo [Function]'??
Putting the On Error GoTo Stuff in every procedure is annoying.
if there was a way to make it global then no matter where an error occured it would run this functions. It would be even better if it could pass variables through the functions.
Please give me some good news.
Currently using: VB6.0 on WinXP
-
Re: Error Handling
First the bad news - no you can't do that. The good news is that MZ Tools provides a way to add error handling code with the push of a button in each procedure where you want it (one at a time).
-
Re: Error Handling
Is this ZM Tools Free to download? :D
-
Re: Error Handling
-
Re: Error Handling