Error trapping not working

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Something has happened on my workstation so that my ON ERROR instruction is
being ignored. Rather, MS VB is simply providing the end/debug dialog box
as though I had no ON ERROR logic. I know this is workstation based,
because when I run my app on another workstation, there is no problem. Has
anyone ever heard of this? What's going on?
 
Chris said:
Something has happened on my workstation so that my ON ERROR instruction is
being ignored. Rather, MS VB is simply providing the end/debug dialog box
as though I had no ON ERROR logic. I know this is workstation based,
because when I run my app on another workstation, there is no problem. Has
anyone ever heard of this?


There's an option in Tools - Options (from a code module)
for Break on All Errors. You probably want it to be set to
Break on Unhandled Errors.
 
Back
Top