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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Is my Error trap working??? 9
Error 3167 Record is deleted 1
Compile error 1
Error trapping for ADODB.Connection 1
error 0 11
On Error trap not being triggered 3
Error trapping 2
Set Error handling INSIDE error-trap 6

Back
Top