473,473 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Access ignores my request for a code break - why?

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?

Apr 6 '07 #1
4 1611
On 6 Apr 2007 06:27:47 -0700, "ManningFan" <ma********@gmail.com>
wrote:

I would /decompile that database, and if that did not help, export all
objects to text, and import in new db.

-Tom.

>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?
Apr 6 '07 #2
"ManningFan" <ma********@gmail.comwrote in message
<11*********************@o5g2000hsb.googlegroups.c om>:
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
Apr 6 '07 #3
On Apr 6, 1:44 pm, RoyVidar <roy_vidarNOS...@yahoo.nowrote:
"ManningFan" <manning...@gmail.comwrote in message

<1175866067.372131.82...@o5g2000hsb.googlegroups.c om>:
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
You are a GOD among insects, Roy-Vidar. I must have unchecked it and
not realized what I was doing.

Apr 6 '07 #4
On Fri, 06 Apr 2007 19:44:50 +0200, RoyVidar
<ro*************@yahoo.nowrote:

Good call, Roy!
Never underestimate the !@#$%^ some people will get themselves in by
going where they shouldn't.

-Tom.
>"ManningFan" <ma********@gmail.comwrote in message
<11*********************@o5g2000hsb.googlegroups. com>:
>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
Apr 7 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jack | last post by:
Hi, I am trying to get a thorough understanding of a code where a addition or deletion of records can be done from a list of records. For addition part of the form, data is being obtained from set...
8
by: doomx | last post by:
I'm using SQL scripts to create and alter tables in my DB I want to know if it's possible to fill the description(like in the Create table UI) using these scripts. EX: CREATE TABLE(...
7
by: manning_news | last post by:
I've got a report that's not sorting correctly. I build a SQL statement and assign it to the recordsource in the Open event, sorting the data the way the user chooses. The user can choose up to 3...
7
by: Lau Lei Cheong | last post by:
Hello, I'm using javascript's insertAdjacentHtml() to insert images to the webform at runtime. This runs fine(image successfully displayed at the browser) but when I tried to access the...
17
by: shineofleo | last post by:
Here is the situation: I wrote a VB programm, which stores all the information in a single Access database file using jet engine. It worked well, however one of my customs reported that there was...
7
by: bhavin30 | last post by:
Is there a way to obtain user information (using LOGON_USER server variables) when you have set up the security to Anonymous Access? I have tried setting the security to both Anonymous + Window...
1
by: dixcyn04 | last post by:
Ok, now I've run into another little hiccup in my application. The ability to update records already in existance. What is bugging me about this, is the code I will submit was what I found on forums...
0
by: Andreas Prilop | last post by:
Internet Explorer 7 ignores "page-break-before: always" for long tables. http://www.unics.uni-hannover.de/nhtcapri/ie7-bugs.html "Page-break-before: always" is recognized only if the table is...
5
by: rote | last post by:
I'm using ASP.NET 2.0 and i have copied and pasted the code below to my Global.asax file but it desn't trap the error I want to trap the 401 access denied void Application_Error(object sender,...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.