nightdesigns Posted July 8, 2002 Posted July 8, 2002 Is it possible to have a font color change by what a result of a calc is? Or is there a better way to do this? If "X" field is empty, I'd like a font on a tab to be grey, of if "X" is not empty, to make the font black. Thanks.
slstrother Posted July 8, 2002 Posted July 8, 2002 You will need two calc fields, I will call them Color1 and Color2. Make them exactly the same size and transparent. Format the text in Color1 to be gray and the text in Color2 to be black. Place one on top of the other. Color1=If(IsEmpty(Xfield),"Your Tab Text","") Color2=If(not Is Empty(Xfield),"Your Tab Text","")
mborgens Posted July 8, 2002 Posted July 8, 2002 Another solution that I like to use is a second global, repeating, container field that is place behind a transparent text field and change it's color based on the desired calc result. This way I can setup a multiple colors/images based on results (plus, this is what I think is a valid use of repeating fields;). mb
Recommended Posts
This topic is 8279 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now