Re: Problem with break point



"Nancy T." <NancyT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7780DA69-5ED2-4D78-9CDF-49871DFCB93C@xxxxxxxxxxxxx
> I have a form that I have some code under the Form Load procedure.
> When I was testing it, I put a break point there so I could step
> through the code. Once it was working as I wanted I removed the break
> point. However, now whenever I open the form, the VB window pops up
> like the break point is still there. It is really annoying and I
> don't know how to fix this. When I click on the X in the upper right
> corner to close the VB window, I get a message box stating "This
> command will stop the debugger." Any suggestions for me before I go
> insane?

That happens sometimes, especially if you modify code while the code is
running. Simplest, quick fix: open form in design view and open its
module in the VB Editor, modify some line in a trivial manner and then
change it back. Click Debug -> Clear All Breakpoints, then click
Debug -> Compile, then click the Save button, and close the form.

Usually that fixes it.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


.


Quantcast