Code does not brek on Break Points ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have added a breakpoint on a Beep event. The Beep executes but the code
does not break !

Just to make sure, I followed the beep with the break with a msgbox "This is
a test" to make sure the correct code is running. The beep and msgbox
executes, but no code break ! ?

I am not having this problem with any other MDB.

Any ideas on what may cause this ?

Thanks

Andre
 
Andre said:
I have added a breakpoint on a Beep event. The Beep executes but the code
does not break !

Just to make sure, I followed the beep with the break with a msgbox "This is
a test" to make sure the correct code is running. The beep and msgbox
executes, but no code break ! ?

I am not having this problem with any other MDB.

A decompile might fix this. But I have to say that I've noticed that
the breaks are slightly flaky at times so I've gotten in the habit of
using Stop lines.

Decompile or how to reduce Microsoft Access MDB/MDE size and decrease
start-up times
http://www.granite.ab.ca/access/decompile.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Thanks for the help Tony.

The decompile did not solve the problem, but after reading the link you
posted I decided to create a new blank MDB and re-imported all the objects,
compiled and then did a compress.

Did not save much space but the startup is much faster and the break points
break again !

I created this database (a Time and Attendance application in a call center
with 200+ employees) about 4 years ago and have been tweaking it ever since.

It has worked well and I just love MS Access. Easy, cheap and reliable.

Thank you again

Andre
 
Back
Top