Line Shading
Line Shading
For readability, I would like to shade every other line. Has anyone come up with a way to do this?
=> RE: Line Shading
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