Page 1 of 1

Shaded Band Lines

Posted: Tue Sep 10, 2002 1:19 pm
by DorisR_(Guest)
Is there any way to have alternating shaded band lines in a report layout?

=> RE: Shaded Band Lines

Posted: Tue Sep 10, 2002 2:47 pm
by kfleming
[updated:LAST EDITED ON Sep-10-02 AT 02:54 PM (EST)]You would actually need to create two record band lines, one with a shaded box (using the color yellow generally works well) and one without.__Then you would add a calculated field with expression:__mod(recno(),2)=0__Use this a logical field for each record band but have one as print when true and one as print when false.____This should give you the desired result.____Kathleen__R&R Support

==> RE: Shaded Band Lines

Posted: Tue Sep 10, 2002 9:47 pm
by DorisR_(Guest)
Thanks! This should work great!