A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Break Points not Clearing



 
 
Thread Tools Display Modes
  #1  
Old February 8th, 2006, 06:25 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Break Points not Clearing

I have had this problem for sometime now and not sure how to clear it. I
have been debugging code and now it works fine. I clear the break points and
run the code but the code still stops at an old (CLEARED not flagged) break
pioint.

How do I get rid of those pesky things?
  #2  
Old February 8th, 2006, 07:09 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Break Points not Clearing

I did manage to get rid of it by deleting the statement where it is breaking
then put the statement back and save that. That seems to work.

"Alan Ayers" wrote:

I have had this problem for sometime now and not sure how to clear it. I
have been debugging code and now it works fine. I clear the break points and
run the code but the code still stops at an old (CLEARED not flagged) break
pioint.

How do I get rid of those pesky things?

  #3  
Old February 8th, 2006, 07:20 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Break Points not Clearing

If you click on the save icon to save your code with breakpoints set, it
saves the breakpoints. Open your VBA Editor, Click Debug-Clear All
Breakpoints, compile your project and save it. That should clear it up.

"Alan Ayers" wrote:

I have had this problem for sometime now and not sure how to clear it. I
have been debugging code and now it works fine. I clear the break points and
run the code but the code still stops at an old (CLEARED not flagged) break
pioint.

How do I get rid of those pesky things?

  #4  
Old February 10th, 2006, 12:56 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Break Points not Clearing

Try this:

Decompile from command line:
"C:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"C:\MyDBPath\MyDB.mdb"
( make a backup first though!! )

Manually remove any and all break points

Compile

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
giving points by a result (function) Perttu O. Worksheet Functions 2 October 3rd, 2005 08:21 PM
Section break (next page) doesn't work properly... Eric Page Layout 1 November 9th, 2004 04:17 PM
Finding/removing an "obascure" manual page break Fred Holmes Tables 2 November 5th, 2004 06:57 PM
Section Break in Word 2003 Kathryn M Page Layout 2 September 19th, 2004 12:21 AM


All times are GMT +1. The time now is 10:45 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.