E
eredleaf
I have a form that pops up, when you press the close button it runs some code
that does some general cleanup. The code is working fine, but even though
there is no breakpoint sent in the debugger, when I click this button the
debugger pops up and appears with the yellow arrow pointing to the first line
of this exit handling routine.
It does not show a break point on this line, but the Microssoft Visual Basic
title bare indicates [break]
If I continue it runs fine. If I cause this form to pop up again it exits
without breaking. Also if I reload the database using the file menu and go
to this form I can exit without the debugger poping up, but if I exit access
and go then load this database, then exiting from this popup will once again
cause the debugger to appear in break mode as if a breakpoint had been hit.
What is causing this problem and how do I stop it from happening.
that does some general cleanup. The code is working fine, but even though
there is no breakpoint sent in the debugger, when I click this button the
debugger pops up and appears with the yellow arrow pointing to the first line
of this exit handling routine.
It does not show a break point on this line, but the Microssoft Visual Basic
title bare indicates [break]
If I continue it runs fine. If I cause this form to pop up again it exits
without breaking. Also if I reload the database using the file menu and go
to this form I can exit without the debugger poping up, but if I exit access
and go then load this database, then exiting from this popup will once again
cause the debugger to appear in break mode as if a breakpoint had been hit.
What is causing this problem and how do I stop it from happening.