Re: Access ignores my request for a code break - why?
- From: Tom van Stiphout <no.spam.tom7744@xxxxxxx>
- Date: Fri, 06 Apr 2007 18:43:06 -0700
On Fri, 06 Apr 2007 19:44:50 +0200, RoyVidar
<roy_vidarNOSPAM@xxxxxxxx> wrote:
Good call, Roy!
Never underestimate the !@#$%^ some people will get themselves in by
going where they shouldn't.
-Tom.
"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
.
- References:
- Access ignores my request for a code break - why?
- From: ManningFan
- Re: Access ignores my request for a code break - why?
- From: RoyVidar
- Access ignores my request for a code break - why?
- Prev by Date: Re: Posting to a Web Form and Displaying the Result in Normal Browser
- Next by Date: Re: Lost - Please help with a query
- Previous by thread: Re: Access ignores my request for a code break - why?
- Next by thread: Search All Subforms-CrossPost
- Index(es):
Relevant Pages
|