Code does not brek on Break Points ???

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
 
T

Tony Toews

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top