Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Text Font Color 1

Status
Not open for further replies.

NewToThis2

Technical User
Mar 30, 2004
62
US
I'm using CR V9. I have a text field <status> that has 1 of 2 results: either "Termination Complete" or "Termination Pending". How can I set the text color to be red for only "Termination Pending"?

Thanks!
 
Hi,
Right-click on the field in your report, select Format Field, Font, then on the Color line click on the x*2 formula editor and enter the formula to set the color, like
Code:
if {status} = 'Termination Pending' then
crRed else crBlack

hth,
[profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top