From the report Canvas, right click on the detail secvtion on the left side of the canvas and click on Format Section.
Click on the Color tab and then click on the X+2 next to the background color and enter the following formula
Code:
if remainder(RecordNumber,2) = 0 then
//Pale Green like the old greenbar reports
color(231,255,210)
else
nocolor
The light green looks great on the screen, but hardly shows on a b&w printout. I take it the three numbers are red/yellow/green?? crgray is a little too dark. What would be a lighter gray (which numbers should I play with)?
You can also just select a lighter color, such as:
if recordnumber mod 2 = 0 then
cryellow
To use the standard RGB model KSKID describes, you can test custom colors by selecting the color for any object and select custom. As you move around, note that the RGB numbers are on the right side.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.