473,395 Members | 1,458 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

One column flashing on continous form


Strange problem on A2K. A continuous form is getting some sort of strobe
effect on several systems that have been upgraded to Windows XP (never saw
the problem on Win2K). One of the text boxes is flashing the contents.
Users are calling it "Slot Machine Mode". Anyone ever run into something
like this?

Any suggestions appreciated.
Nov 12 '05 #1
4 2287
Could be a problem with conditional formatting:
http://allenbrowne.com/bug-05.html

A2003 also has this display problem on WinXP:
http://allenbrowne.com/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.

"Randy Harris" <ra***@SpamFree.com> wrote in message
news:fb************@newssvr33.news.prodigy.com...

Strange problem on A2K. A continuous form is getting some sort of strobe
effect on several systems that have been upgraded to Windows XP (never saw
the problem on Win2K). One of the text boxes is flashing the contents.
Users are calling it "Slot Machine Mode". Anyone ever run into something
like this?

Nov 12 '05 #2
CDB
I have experienced problems like this with multi-sub forms (migrated from
A97), where the auto-recalculate keeps cycling through...

Fixed by dropping calculated controls on the main form and using code to
update other subs.

Clive
"Randy Harris" <ra***@SpamFree.com> wrote in message
news:fb************@newssvr33.news.prodigy.com...

Strange problem on A2K. A continuous form is getting some sort of strobe
effect on several systems that have been upgraded to Windows XP (never saw
the problem on Win2K). One of the text boxes is flashing the contents.
Users are calling it "Slot Machine Mode". Anyone ever run into something
like this?

Any suggestions appreciated.

Nov 12 '05 #3
Allen, I think you nailed it with the conditional formatting. But, I can't
figure out what to do to stop it. The formatting is pretty simple, if a
certain field (not the control source for the misbehaving control) contains
"(cont)" then change the background color of the control.

Is there some means of working around this, or must I simply shut off the
conditional formatting? I hate to remove a feature that the users have
gotten accustomed to.

The app is developed in A2K and there appears to be no problem until it is
run in A2K3.
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:40***********************@freenews.iinet.net. au...
Could be a problem with conditional formatting:
http://allenbrowne.com/bug-05.html

A2003 also has this display problem on WinXP:
http://allenbrowne.com/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.

"Randy Harris" <ra***@SpamFree.com> wrote in message
news:fb************@newssvr33.news.prodigy.com...

Strange problem on A2K. A continuous form is getting some sort of strobe effect on several systems that have been upgraded to Windows XP (never saw the problem on Win2K). One of the text boxes is flashing the contents.
Users are calling it "Slot Machine Mode". Anyone ever run into something like this?


Nov 12 '05 #4
From memory, it is the combination of calculated controls and conditional
formatting that is deadly, as they seem to trigger each other.

AFAIK, there is no real fix for the problem. You could try basing the form
on a query and putting the calculation into the query (as a calculated
field) instead of the ControlSource of the text box, to see if moving it
back a level takes you out of the loop.

--
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.

"Randy Harris" <ra***@SpamFree.com> wrote in message
news:xN******************@newssvr31.news.prodigy.c om...
Allen, I think you nailed it with the conditional formatting. But, I can't figure out what to do to stop it. The formatting is pretty simple, if a
certain field (not the control source for the misbehaving control) contains "(cont)" then change the background color of the control.

Is there some means of working around this, or must I simply shut off the
conditional formatting? I hate to remove a feature that the users have
gotten accustomed to.

The app is developed in A2K and there appears to be no problem until it is
run in A2K3.
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:40***********************@freenews.iinet.net. au...
Could be a problem with conditional formatting:
http://allenbrowne.com/bug-05.html

A2003 also has this display problem on WinXP:
http://allenbrowne.com/ser-46.html

"Randy Harris" <ra***@SpamFree.com> wrote in message
news:fb************@newssvr33.news.prodigy.com...

Strange problem on A2K. A continuous form is getting some sort of strobe effect on several systems that have been upgraded to Windows XP (never saw the problem on Win2K). One of the text boxes is flashing the contents. Users are calling it "Slot Machine Mode". Anyone ever run into something like this?

Nov 12 '05 #5

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

Similar topics

2
by: Xam | last post by:
Hello Everybody Can you let me know of a javascript/dom routine that will automatically put the flashing cursor in the first text box in my form so that it is ready for entry rather than the...
2
by: JK | last post by:
Hi All, I am working a form which is tabular layout (continuous form) which will display multiple records at a time. Each line of record needs to be reflected on the color code to show their...
1
by: adolph | last post by:
I would like to add a check box to the detail area of a continous form. So that I can check on specific records, then after I've marked all the records I watn to delte, click a button to loop thru...
0
by: gavo | last post by:
Hi. using A2K; i have a form containing a continous subform. The question is, how can i call a calculation for one of the fields in the continous subform from the main form. At the moment i...
8
by: Ian Stiles | last post by:
If you have "Show window contents while dragging" turned on (Right-click desktop, Appearance, Effects) then you get horrible flashing and flickering on a CSharp form when the form hosts a...
0
by: ReidarT | last post by:
I have started to develop in vb.net. Earlier development was in MS-Access. I need a lot of continous forms to present data. The customer add and edits data in the continous form. Is use of...
1
by: Kev | last post by:
Hi, I am trying to total a column (Shift1) in a subform (continous forms) from the after update event of the (Shift1) column control within the subform. This column stores shift codes, I want to...
2
by: questionit | last post by:
Hi I know how to implement Continous form. In the method i have tried, the source for data on the continous form comes from table using SQL query Now, i want to try something different and i...
5
by: AccessHunter | last post by:
Hi, I have a continous form that displays Name and Address of Suppliers. In the form there is a combo box for 'Active Address' and 10 other text boxes. All the fields coem from one table,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...
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...
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...

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.