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

Detail Section color to every other row 1

Status
Not open for further replies.

Hacim

Technical User
Sep 5, 2002
63
US
Am using cr 8.5
Can't remember how to set the detail section background color for every other row like it appears in this forum's web page.
thanks for any help
 
Here's the whitepaper:

0 7070379

Right click the Details and select the Color tab

Select the 'Background Color' check box and then click the 'X+2' button.

Enter the following formula:

if Remainder(RecordNumber, 2) = 0 then
crsilver
else
crwhite

Adjust to whatever colors you want.

-k
 
Thanks for the formula, if I insert a text box I can conditionally use a custom color as the background.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top