Hello all,
I've noticed some funny things in my 2007 app lately, particularly where
it's not putting up errors when I know a field doesn't exist, etc.
In the VBA window, under Tools, Options, I was nearly 100% sure that I had
the "Break on All Errors" selected under error trapping. Now it's set to
"Break on Unhandled Errors", which I don't think is a good thing.
Case in point: I had a customer e-mail today about an Invoice showing blanks
where the tax should be. He said this has only happened once or twice, and
both times, restarting the program fixed the calculating of the tax. I would
just bet the error trapping setting is to blame, and if it was set to "break
on all errors", the user would have received an error box, rather than a
blank in the tax field.
Has anyone seen the Error Trapping option change on it's own before? I mean
for me, this is a "once set, then forget" type setting. I have not re-built
my code by re-importing into a blank project, as I know that would reset
lots of options. Any ideas? And is "Break on Unhandled Errors" as bad as I
think it sounds?
Thanks!
I've noticed some funny things in my 2007 app lately, particularly where
it's not putting up errors when I know a field doesn't exist, etc.
In the VBA window, under Tools, Options, I was nearly 100% sure that I had
the "Break on All Errors" selected under error trapping. Now it's set to
"Break on Unhandled Errors", which I don't think is a good thing.
Case in point: I had a customer e-mail today about an Invoice showing blanks
where the tax should be. He said this has only happened once or twice, and
both times, restarting the program fixed the calculating of the tax. I would
just bet the error trapping setting is to blame, and if it was set to "break
on all errors", the user would have received an error box, rather than a
blank in the tax field.
Has anyone seen the Error Trapping option change on it's own before? I mean
for me, this is a "once set, then forget" type setting. I have not re-built
my code by re-importing into a blank project, as I know that would reset
lots of options. Any ideas? And is "Break on Unhandled Errors" as bad as I
think it sounds?
Thanks!
Comment