Results 1 to 3 of 3

Thread: error trapping after error has been traped

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    u.s.a
    Posts
    127
    What happens when an error is trapped (by goto LABEL) and then, while still handeling the error in the label, another error occurs?
    Thanks.
    Dan.

  2. #2
    Hyperactive Member
    Join Date
    Jul 2000
    Location
    Halifax,UK
    Posts
    274
    The error will be generated as normal, regardless of any error handling in the label section.


    Regards

    Chris
    VB6 VS2005

  3. #3
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    For generated as normal you can read: a messagebox is displayed, and when the user clicks OK the program is terminated. Inside an error handler, no error trapping is done. So you better don't make mistakes there.

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