Re: Access ignores my request for a code break - why?
- From: RoyVidar <roy_vidarNOSPAM@xxxxxxxx>
- Date: Fri, 06 Apr 2007 19:44:50 +0200
"ManningFan" <manningfan@xxxxxxxxx> wrote in message
<1175866067.372131.82070@xxxxxxxxxxxxxxxxxxxxxxxxxxx>:
You know in the VBA Editor when you can click in the column to the
left of the code and you get that little red dot? Access is SUPPOSED
to break the code at that point so you can troubleshoot what you're
doing.
This works in all of my databases but one. Is there a switch
somewhere to turn it on, or is the database phuxored? Is there a way
to prevent this behavior? I've seen this happen before but I don't
think I've ever found a solution to it. Anyone got any ideas?
Been playing with the database properties, have we? In particular the
Use Access Special Keys from Tools | Startup? When unchecking that
setting, I think also the AllowBreakIntoCode property is also set to
false in some versions.
Try checking the special key thingie, close and reopen, or if necessary
do something along the lines of the following air code
with currentdb
.Properties("AllowSpecialKeys") = true
.Properties("AllowBreakIntoCode") = true
end with
--
Roy-Vidar
.
- Follow-Ups:
- Re: Access ignores my request for a code break - why?
- From: Tom van Stiphout
- Re: Access ignores my request for a code break - why?
- From: ManningFan
- Re: Access ignores my request for a code break - why?
- References:
- Access ignores my request for a code break - why?
- From: ManningFan
- Access ignores my request for a code break - why?
- Prev by Date: Re: This newsgroup interface is old ... we need a new forum.
- Next by Date: Re: Maximum size of Access file or mdb
- Previous by thread: Re: Access ignores my request for a code break - why?
- Next by thread: Re: Access ignores my request for a code break - why?
- Index(es):
Relevant Pages
|