473,766 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Conditional formatting problem in A97

I use the formatting trick in A97 to simulate conditional formatting
in continuous forms. It has, up to this point, worked fine. Today I
was making some design changes to the parent form (the continuous form
is a sub form within this parent form) when the formatting trick I was
using stopped working.

What's happening is that the character I use to 'block over' fields
and make them appear to be invisible stopped displaying a solid bar
and starting actually showing the underlying character. The character
I have been using for years (with no prior problems) is the Û
character. When displayed in a form in A97 (during run time) it shows
up as a solid block, but today it stopped doing that and displays the
actual character rather than the block. I haven't the foggiest idea
why.

Below is a sample of the actual formatting characters. This appears in
several locations and stopped working in all of that forms controls,
so it's not like I made a change to one of them.

;"";"ÛÛÛÛÛÛÛÛÛÛ ÛÛÛ "

I'd like to offer a thanks in advance for any help or advice any of
you may offer.

Jul 12 '07 #1
7 2092
When something stops working suddenly I start looking at the references
including refreshing those same references (3rd bullet after Quick Solution).
http://www.accessmvp.com/djsteele/Ac...nceErrors.html

It might also be time for a little house cleaning with a /decompile:
http://www.granite.ab.ca/access/decompile.htm

An***********@b cbsmn.com wrote:
>I use the formatting trick in A97 to simulate conditional formatting
in continuous forms. It has, up to this point, worked fine. Today I
was making some design changes to the parent form (the continuous form
is a sub form within this parent form) when the formatting trick I was
using stopped working.

What's happening is that the character I use to 'block over' fields
and make them appear to be invisible stopped displaying a solid bar
and starting actually showing the underlying character. The character
I have been using for years (with no prior problems) is the Û
character. When displayed in a form in A97 (during run time) it shows
up as a solid block, but today it stopped doing that and displays the
actual character rather than the block. I haven't the foggiest idea
why.

Below is a sample of the actual formatting characters. This appears in
several locations and stopped working in all of that forms controls,
so it's not like I made a change to one of them.

;"";"ÛÛÛÛà ›Ã›Ã›Ã›Ã›Ã›Ã›Ã› Û "

I'd like to offer a thanks in advance for any help or advice any of
you may offer.
--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200707/1

Jul 12 '07 #2
An***********@b cbsmn.com wrote:
>I use the formatting trick in A97 to simulate conditional formatting
in continuous forms. It has, up to this point, worked fine. Today I
was making some design changes to the parent form (the continuous form
is a sub form within this parent form) when the formatting trick I was
using stopped working.

What's happening is that the character I use to 'block over' fields
and make them appear to be invisible stopped displaying a solid bar
and starting actually showing the underlying character. The character
I have been using for years (with no prior problems) is the Û
character. When displayed in a form in A97 (during run time) it shows
up as a solid block, but today it stopped doing that and displays the
actual character rather than the block. I haven't the foggiest idea
why.

Below is a sample of the actual formatting characters. This appears in
several locations and stopped working in all of that forms controls,
so it's not like I made a change to one of them.

;"";"ÛÛÛÛÛÛÛÛÛ ÛÛÛÛ "

You didn't change the text box's Font did you?

More info on these pages:
http://www.mvps.org/access/forms/frm0055.htm
http://www.mvps.org/access/forms/frm0024.htm
http://www.mvps.org/access/forms/frm0047.htm

--
Marsh
Jul 12 '07 #3
On Jul 12, 6:54 pm, Marshall Barton <marshbar...@wo wway.comwrote:
Andy_Khosr...@b cbsmn.com wrote:
I use the formatting trick in A97 to simulate conditional formatting
in continuous forms. It has, up to this point, worked fine. Today I
was making some design changes to the parent form (the continuous form
is a sub form within this parent form) when the formatting trick I was
using stopped working.
What's happening is that the character I use to 'block over' fields
and make them appear to be invisible stopped displaying a solid bar
and starting actually showing the underlying character. The character
I have been using for years (with no prior problems) is the Û
character. When displayed in a form in A97 (during run time) it shows
up as a solid block, but today it stopped doing that and displays the
actual character rather than the block. I haven't the foggiest idea
why.
Below is a sample of the actual formatting characters. This appears in
several locations and stopped working in all of that forms controls,
so it's not like I made a change to one of them.
;"";"ÛÛÛÛÛÛÛÛÛÛ ÛÛÛ "

You didn't change the text box's Font did you?

More info on these pages:
http://www.mvps.org/access/forms/frm0055.htm
http://www.mvps.org/access/forms/frm0024.htm
http://www.mvps.org/access/forms/frm0047.htm

--
Marsh- Hide quoted text -

- Show quoted text -
Actually, after looking closer at it, I did change the font. It was
changed from Tahoma to Arial. I forgot I did that. In any case, the
symbol should work for both fonts. I tried changing it back to Tahoma
and it still is displaying the Û character rather than a solid block.

Jul 13 '07 #4
On Jul 12, 6:50 pm, "ruralguy via AccessMonster.c om" <u12102@uwe>
wrote:
When something stops working suddenly I start looking at the references
including refreshing those same references (3rd bullet after Quick Solution).http://www.accessmvp.com/djsteele/Ac...nceErrors.html

It might also be time for a little house cleaning with a /decompile:http://www.granite.ab.ca/access/decompile.htm

Andy_Khosr...@b cbsmn.com wrote:
I use the formatting trick in A97 to simulate conditional formatting
in continuous forms. It has, up to this point, worked fine. Today I
was making some design changes to the parent form (the continuous form
is a sub form within this parent form) when the formatting trick I was
using stopped working.
What's happening is that the character I use to 'block over' fields
and make them appear to be invisible stopped displaying a solid bar
and starting actually showing the underlying character. The character
I have been using for years (with no prior problems) is the Û
character. When displayed in a form in A97 (during run time) it shows
up as a solid block, but today it stopped doing that and displays the
actual character rather than the block. I haven't the foggiest idea
why.
Below is a sample of the actual formatting characters. This appears in
several locations and stopped working in all of that forms controls,
so it's not like I made a change to one of them.
;"";"ÛÛÛÛÛÛÛÛÛÛ ÛÛÛ "
I'd like to offer a thanks in advance for any help or advice any of
you may offer.

--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.c omhttp://www.accessmonst er.com/Uwe/Forums.aspx/databases-ms-access/2007...- Hide quoted text -

- Show quoted text -
Thanks for the tips on the decompile and refresh of the application.
It did not solve this particular problem, but in reading the linked
artical the decompile may solve other problems I was having.

Jul 13 '07 #5
On Jul 13, 10:19 am, Andy_Khosr...@b cbsmn.com wrote:
On Jul 12, 6:54 pm, Marshall Barton <marshbar...@wo wway.comwrote:


Andy_Khosr...@b cbsmn.com wrote:
>I use the formatting trick in A97 to simulate conditional formatting
>in continuous forms. It has, up to this point, worked fine. Today I
>was making some design changes to the parent form (the continuous form
>is a sub form within this parent form) when the formatting trick I was
>using stopped working.
>What's happening is that the character I use to 'block over' fields
>and make them appear to be invisible stopped displaying a solid bar
>and starting actually showing the underlying character. The character
>I have been using for years (with no prior problems) is the Û
>character. When displayed in a form in A97 (during run time) it shows
>up as a solid block, but today it stopped doing that and displays the
>actual character rather than the block. I haven't the foggiest idea
>why.
>Below is a sample of the actual formatting characters. This appears in
>several locations and stopped working in all of that forms controls,
>so it's not like I made a change to one of them.
>;"";"ÛÛÛÛÛÛÛÛÛ ÛÛÛÛ "
You didn't change the text box's Font did you?
More info on these pages:
http://www.mvps.org/access/forms/frm0055.htm
http://www.mvps.org/access/forms/frm0024.htm
http://www.mvps.org/access/forms/frm0047.htm
--
Marsh- Hide quoted text -
- Show quoted text -

Actually, after looking closer at it, I did change the font. It was
changed from Tahoma to Arial. I forgot I did that. In any case, the
symbol should work for both fonts. I tried changing it back to Tahoma
and it still is displaying the Û character rather than a solid block.- Hide quoted text -

- Show quoted text -
NEVER MIND. I'm brain dead. I forgot the font had to be set to
Terminal. Sorry to bother you and thanks for the feedback!

Jul 13 '07 #6
An***********@b cbsmn.com wrote in
news:11******** **************@ o61g2000hsh.goo glegroups.com:
On Jul 12, 6:54 pm, Marshall Barton <marshbar...@wo wway.com>
wrote:
>Andy_Khosr...@ bcbsmn.com wrote:
>I use the formatting trick in A97 to simulate conditional
formatting in continuous forms. It has, up to this point,
worked fine. Today I was making some design changes to the
parent form (the continuous form is a sub form within this
parent form) when the formatting trick I was using stopped
working.
>What's happening is that the character I use to 'block over'
fields and make them appear to be invisible stopped
displaying a solid bar and starting actually showing the
underlying character. The character I have been using for
years (with no prior problems) is the Û character. When
displayed in a form in A97 (during run time) it shows up as
a solid block, but today it stopped doing that and displays
the actual character rather than the block. I haven't the
foggiest idea why.
>Below is a sample of the actual formatting characters. This
appears in several locations and stopped working in all of
that forms controls, so it's not like I made a change to one
of them.
>;"";"ÛÛÛÛÛÛÛÛÛ ÛÛÛÛ "

You didn't change the text box's Font did you?

More info on these pages:
http://www.mvps.org/access/forms/frm0055.htm
http://www.mvps.org/access/forms/frm0024.htm
http://www.mvps.org/access/forms/frm0047.htm

--
Marsh- Hide quoted text -

- Show quoted text -

Actually, after looking closer at it, I did change the font.
It was changed from Tahoma to Arial. I forgot I did that. In
any case, the symbol should work for both fonts. I tried
changing it back to Tahoma and it still is displaying the Û
character rather than a solid block.
I'm not sure about either font. Terminal is one that's good for
these things.


--
Bob Quintal

PA is y I've altered my email address.

--
Posted via a free Usenet account from http://www.teranews.com

Jul 13 '07 #7
Bob Quintal wrote:
>An***********@ bcbsmn.com wrote
>On Jul 12, 6:54 pm, Marshall Barton wrote:
>>Andy_Khosr... @bcbsmn.com wrote:
I use the formatting trick in A97 to simulate conditional
formatting in continuous forms. It has, up to this point,
worked fine. Today I was making some design changes to the
parent form (the continuous form is a sub form within this
parent form) when the formatting trick I was using stopped
working.
[]
>>Below is a sample of the actual formatting characters. This
appears in several locations and stopped working in all of
that forms controls, so it's not like I made a change to one
of them.

;"";"ÛÛÛÛÛÛÛÛ ÛÛÛÛÛ "

You didn't change the text box's Font did you?
Terminal is one that's good for these things.

Not quite, Terminal is known to be different in different
versions of windows. That was the motivating factor as
discussed in http://www.mvps.org/access/forms/frm0055.htm

--
Marsh
Jul 13 '07 #8

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

Similar topics

3
5935
by: Jouke Langhout | last post by:
Hello all! For quite some time now, I've got the following problem: Access won't close properly when a user closes the application. An ACCESS process stays active and that process can only be terminated by pressing ++ and then terminate the process. I searched the entire internet and found out that there could be two things wrong (both of them are mentioned in the bug list on the access
4
3139
by: Bradley | last post by:
I have an A2000 database in which I have a continuous form with a tick box. There is also a text box with a conditional format that is based on the expression , if it's true then change the background colour. In A2000 it works great, but in A2003 the background doesn't always change and when it does it only changes when the record looses the focus. Any way around this? Is it a bug? Or have they "improved" it?
8
12052
by: Dimitri Furman | last post by:
Given: Access 2002/2003 A subform in datasheet or continuous view, placed on a tab page (this last may or may not matter) Conditional formatting applied to some controls on the subform - format expressions are the same for all controls Under some undetermined circumstances, when such subform is displayed, the controls on the subform start to visibly flicker, the cursor in the subform stops blinking, and CPU utilization goes to 100%....
2
2966
by: Von Bailey | last post by:
I have a form where the conditional formatting is set on some fields to bold if certain conditions are met. However, when the conditions are met some of the data that is to bold is either not showing or only part of the data in the field displays (i.e. it will display the last name but not the first name or it will display neither). When the conditional formatting is removed it displays all the data as it should be display so the data...
2
1190
by: Sara | last post by:
The problem: Conditional formatting bold, red when field Value < date() sets the field background to white - always - whether condition is met or not. I want the field unfilled and just red/bold when the date has passed. Background: I have 2 related fields that are only rarely active, so I manage them in the query for the subform: ShowBlanket: IIf(,"Blanket","") and
5
8968
by: Andrew Chanter | last post by:
Does anyone know a way you can use conditional formatting to create a banded style view as is commonly seen on the internet. (In othe words the first record appears on a gray background, the 2nd on white, the third on gray etc etc.) I could write an expression based on the odd/even status of the primary key but this wont work when sorting and filtering is applied. Any suggestions gratefully received.
1
5009
by: GGerard | last post by:
Hello Is there a way to use a variable in the Conditional Formatting of a Textbox? Example : I want the background of a textbox in a continuous form to change color when the value of "MyField1" is True. No problem, I just need to write "Expression is" and " = -1 "
8
8508
by: Typehigh | last post by:
I have many text fields with conditional formatting applied, specifically when the condition is "Field Has Focus". Without any events associated with the fields the conditional formatting works perfectly. However, I have code that runs under the ON CLICK event. The code changes the focus to other controls, which means the conditional formatting is no longer displayed. This part makes sense to me. Here's what doesn't make sense. The last...
4
13195
by: midlothian | last post by:
Hello, I have conditional formatting set up on a subform based on a calculated value in the underlying query. For instance, if Sales are >$1000, the query displays "Yes," otherwise it displays "No." The conditional formatting is set up to read the 'Yes' or 'No' value and color the text accordingly. I have an event in the subform that allows users to update the sales. It actually runs an update query behind the scenes. What I want to...
2
3115
by: Filips Benoit | last post by:
Dear All, Access 2003 adp on SQL_server 2005 A continious form showing 1 month based on table 'CALENDAR_MONTH_GRID' and fill with a SP. Fields: Companyname, Day1, day2, etc. The value in the day-fields is like WK (weekend), NH (National holiday), etc. Depending on the fieldvalue the field is colored using conditional
0
9571
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...
1
9959
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9838
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
8835
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
7381
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
6651
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();...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
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.