473,698 Members | 2,250 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

A2003 Text Boxes Cause Screen to Flutter

Text boxes that are not grouped with a data control seem to cause my
screen to flutter when the mouse passes over it. Does anyone know why
this might be?
--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #1
7 1903
Eh? Data Controls are a VB artifact, not an Access Control. Can you clarify?
Is your application a VB app or an Access app? If an Access app, do you mean
"unbound controls"?

Larry Linson
Microsoft Access MVP
"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:ci******** **@coranto.ucs. mun.ca...
Text boxes that are not grouped with a data control seem to cause my
screen to flutter when the mouse passes over it. Does anyone know why
this might be?
--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto

Nov 13 '05 #2
This happens to me over a list box in Access 2000. I just avoid hovering
the mouse over it.

dixie

"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:ci******** **@coranto.ucs. mun.ca...
Text boxes that are not grouped with a data control seem to cause my
screen to flutter when the mouse passes over it. Does anyone know why
this might be?
--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto

Nov 13 '05 #3

"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:ci******** **@coranto.ucs. mun.ca...
Text boxes that are not grouped with a data control seem to cause my
screen to flutter when the mouse passes over it. Does anyone know why
this might be?
--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto


Widely known problem with Access 2003 forms related to "inheriting " desktop
theme, which you must set to "Classic" to stop the fluttering. Microsoft is
in denial about the problem. (Access 2003 has many more bugs related to its
interaction with the system GDI, which you will probably soon discover.)
Nov 13 '05 #4
This flaw is triggered by an intaction by themed controls in Access 2003 and
Windows XP.

If a label is unattached and has a parent other than the form itself (e.g. a
tab control or option group), and Windows XP themes are enabled, then the
flicker occurs.

For more details, and code to work around all affected controls in your
database, see:
http://members.iinet.net.au/~allenbrowne/ser-46.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:ci******** **@coranto.ucs. mun.ca...
Text boxes that are not grouped with a data control seem to cause my
screen to flutter when the mouse passes over it. Does anyone know why
this might be?
--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto

Nov 13 '05 #5
Larry Linson wrote:
Eh? Data Controls are a VB artifact, not an Access Control. Can you clarify?
Is your application a VB app or an Access app? If an Access app, do you mean
"unbound controls"?


Larry, I should have said text boxes.

It is happening in an app I successfully converted from A97. There is a
tab control containing several label controls on different tab pages
that are standing alone, ie, are not associated with a text box or other
control.

When I pass the mouse over the unassociated label, the whole tab control
begins to flutter - it blinks when I first go over the unassociated
label and then again when I leave the unassociated label.

It does not occur when I pass the mouse over label controls that are
grouped with a text box or even a subform.

It also does not occur if I have an unassociated label outside of a tab
control.

There are no events for any of the offending labels.

It's interesting - when I create a label and error checking is turned
on, A2003 tells me I have an error when I create an unassociated label.
Is it best design practice to use a text box with a string value
(perhaps enabled = 0 and locked = -1) instead of label that is not
associated with anything?

--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #6
"Tim Marshall" <TI****@antarct ic.flowerpots> wrote
It's interesting - when I create a label
and error checking is turned on, A2003
tells me I have an error when I create
an unassociated label.
Yes, I guess I must have turned that off because it was an irritant to me,
as well.
Is it best design practice to use a text
box with a string value (perhaps enabled = 0
and locked = -1) instead of label that is not
associated with anything?


I don't do that, unless there are going to be frequent changes to the
information displayed in Labels (a rare occurrence, in my experience).

Larry Linson
Microsoft Access MVP

Nov 13 '05 #7
Thanks to Larry, dixie, no nan and Allen Browne replied, despite my
confusing the issue by using wrong terminology! 8) I've been absent
from the group for a long time and it's very reassuring both seeing the
"old faces" I'm familiar with and also newer (to me) folks who are able
to help me out.

I appreciate your taking the time.

--
Tim - http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #8

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

Similar topics

7
2979
by: Jared | last post by:
Here is my situation. I have multiple labels on a form but only certain ones will become visible while using the form. Depending on which check box(s) you pick, on another form, determines the labels that appear. I have that much working as of now. What I need to know is, how do I format the labels to align underneath one and other. So when I check the first check box, the corresponding label appears and when I check the third check box...
12
2206
by: dixie | last post by:
Can someone familiar with Access 2003 please answer this question? I am asking because I don't have the use of A2003. When Access 2003 finds an Access 2000 database, does it come up with some sort of question/suggestion indicating that you can convert this datbase into the new format? I am trying to trouble shoot a remote site where a big error message indicating the database was converted using the wrong method comes up when they try to...
3
2494
by: duncan | last post by:
I have a text box on a web form here is the HTML for it :- <asp:textbox id="winPts" style="LEFT: 170px; POSITION: absolute; TOP: 80px" runat="server" Width="24px" maxlength="2"></asp:textbox> This is one of several such boxes. The problem I have is on my lap top using Viual Studio 2003 the text boxes display as intended. I have copied the source code across to my desktop and when I run the page using Visula Studio 2003 the form...
9
6691
by: B-Dog | last post by:
I have a form that has about 10 text boxes on it, they all have to be filled out before submitting is there a quick way to make sure that none are null or do I have to call out each textbox? Say something like textbox1 through textbox10? Thanks
10
9561
by: lorirobn | last post by:
Hi, I have a form with several combo boxes, continuous form format, with record source a query off an Item Table. The fields are Category, Subcategory, and Color. I am displaying descriptions, not ID's, so I have to convert the ID's from various lookup tables. The combo boxes work fine except for subcategory, which is dependent on category. Depending on category, the drop-down box for subcategory will display different items. (for...
7
4513
by: ljungers | last post by:
Have Form-1 with 3 text boxes and 1 command button. With any of the 3 boxes filled out and button is clicked, a Macro is performed that Opens a Query that has a WHERE clause that uses the 3 test boxes of data from form-1. 1) How do I cause the SQL command window not to show for that SQL command? The query results is placed in a ListBox on Form-2 and desired rows in the list box are selected/clicked, followed by a click on a button that...
7
3058
by: Salad | last post by:
I am converting an application from A97 to A2003. I have 2 tables created by another application as a Foxpro.dbf. The table has no index. The connect string in A97 is FoxPro 2.0;HDR=NO;IMEX=2;DATABASE=C:\Test It's really easy to connect to those tables in A97. I'm having difficulties in A2003. I'm trying to follow the instructions in http://support.microsoft.com/kb/824264/.
1
1615
by: Wayne | last post by:
I've found a painful bug when running an Access 2003 database under Access 2007. It manifests in both XP and Vista. Some combo boxes on some forms become transparent when they lose focus. It seems to be completely random as to which combo boxes on which forms are affected. I've tried importing the forms into a new A2007 database, but the bug persists. It seems that if the forms were created in A2003 they have the potential to...
2
2240
by: Wayne | last post by:
I'm trying to overcome the problem that some users including myself have noticed with combo boxes in A2003 databases that are run in A2007. When the combo is tabbed out of the backstyle changes to transparent. I haven't yet seen a fix for this. If I design in A2003 now and then run the DB in A2007 in future the combo box problem may arise. What I have thought of doing is designing in A2007 and then compiling in A2003 for my current...
0
8675
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8862
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7729
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6521
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3050
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 we have to send another system
2
2331
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.