Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Code stops as if breakpoint - but no breakpoint!

Status
Not open for further replies.

smandoli9

Programmer
Jun 10, 2002
103
US
I open the client database (Access 2003).
Navigate through a couple of VBA-enhanced forms.
Get to a certain form and click on a certain button.
The code breaks part way through event handling. The line it stops at, for what it is worth, says:
Code:
If OpenArgs = "f_pProjectDetail--ADD" Then

It stops exactly as if there were a breakpoint. But there is no breakpoint. (I did however run "clear all breakpoints".)

There is no error message. No err object has been raised. I press F5 and the code runs as normal.

If I close these forms and perform the same actions again, there is no halt and no problem. The break only occurs when that code is being invoked for the first time since the database was opened.

The same issue happens on other client workstations.

YOUR THOUGHTS? This is minor-yet-intolerable. We're in pre-launch testing and having the VB Editor pop up is not going to help anyone's comfort level!

[purple]_______________________________
Never confuse movement with action -- E. Hemingway [/purple]
 
i have also had this access does not clear the breakepoints it is a bug run compact and repair database this should clear this
 
Pwise,

THANKS. Compact and repair did NOT fix this ... but ...

DECOMPILE to the rescue!

Next time I will decompile and THEN post my issue if still exists.

[purple]_______________________________
Never confuse movement with action -- E. Hemingway [/purple]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top