Results 1 to 5 of 5

Thread: Error Handling

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    Resolved 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
    Last edited by Adamas; Aug 11th, 2005 at 01:27 AM.

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    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).

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    Resolved Re: Error Handling

    Is this ZM Tools Free to download?
    Last edited by Adamas; Aug 11th, 2005 at 01:26 AM.

  4. #4

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    Resolved Re: Error Handling

    Thanks, I found it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width