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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

conditional highlight in orange 2

Status
Not open for further replies.

VE

Technical User
Oct 25, 2000
220
US

Hello,

I'm using CR 2008 and I was asked to highlight a field in orange if it was in a certain range. I've tried crorange and I tried searching the help files.

How would I create a conditional highlight using a "custom" color?

Thank you for your help
VE
 
Hi,
Look up the code for the color you want and use the

RGB(nn,nn,nn)
use 0-255 for each value
function instead of theCR color variable name

Here is a very handy one:


Note: Hex values shown, convert to decimal,like
for a nice Orange the HEX is FF8C00 so use:

RGB(255,140,00)


Here is a nice Converter site:



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Hi,
Well, more help is better than less [smile]..

briangriffin's chart has the decimal values ( no conversion needed!), and the one I referenced has more variations in shades of various colors.

Both should get you what you want.



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 

Awesome, thank you!!
 
Hi,
You're welcome, glad to help[wink]

[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top