R
RD
Hi all,
I'm having this problem, as well. I've built a db (Access XP in
Access 2K format) that enumerates all the regular objects of other
Access dbs (tables, queries, etc. ... modules) and throws various
properties into tables. I had the option "Break on All Errors" ticked
while building the error handlers but now the "Break on Unhandled
Errors" is ticked.
When I run this thing it keeps breaking on the same lines. It's a
line that (I think) I never had a manual breakpoint on and besides ...
I have error handlers and this specific error *is* handled!
I think I've found a way not to generate the errors in the first place
but I really need it to stop breaking and go into the error handler.
I've tried everything *except* the decompile switch method mentioned
and nothing has worked, yet. Is this the only way?
And ... what the heck causes this?
Oh, and the weirdest part? Under identical circumstances, it only
breaks on some dbs and not others. Notably password protected dbs. I
am passing the correct PW and the database *is* opening but my object
enumeration routines are breaking.
Thanks for any help,
RD
I'm having this problem, as well. I've built a db (Access XP in
Access 2K format) that enumerates all the regular objects of other
Access dbs (tables, queries, etc. ... modules) and throws various
properties into tables. I had the option "Break on All Errors" ticked
while building the error handlers but now the "Break on Unhandled
Errors" is ticked.
When I run this thing it keeps breaking on the same lines. It's a
line that (I think) I never had a manual breakpoint on and besides ...
I have error handlers and this specific error *is* handled!
I think I've found a way not to generate the errors in the first place
but I really need it to stop breaking and go into the error handler.
I've tried everything *except* the decompile switch method mentioned
and nothing has worked, yet. Is this the only way?
And ... what the heck causes this?
Oh, and the weirdest part? Under identical circumstances, it only
breaks on some dbs and not others. Notably password protected dbs. I
am passing the correct PW and the database *is* opening but my object
enumeration routines are breaking.
Thanks for any help,
RD