Page 1 of 1

Line Shading

Posted: Thu Nov 20, 2008 10:53 am
by KenB
For readability, I would like to shade every other line. Has anyone come up with a way to do this?

=> RE: Line Shading

Posted: Thu Dec 04, 2008 1:04 pm
by kfleming
You would create two identical record band lines. One would have a yellow box and the second would not.__The create a calc field with the expression:__MOD(RECNO(),2)=0__Set one line to print when this calc field is true and the other one to print when it is false.____The result will be alternate shaded lines.____Kathleen__R&R Support