from the design canvas, right click on the detail section located on the left and click on format section. Click on the color tab and click on the x+2 button next to the background color and add the following formula
Code:
if remainder(RecordNumber,2) = 0 then
//Pale Green
color(231,255,210)
else
nocolor
Oh, and if you want to use a different color than Pale Green, you can get the color coordinates by accessing the custom color grid (by checking the "background color" box) from the drop down menu (choose "More...")
Moving the cursor around will show the RBG refrence numbers used for the above formula.
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.