Shaded Band Lines

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
DorisR_(Guest)
Posts: 6
Joined: Tue Oct 10, 2017 12:44 pm

Shaded Band Lines

Post by DorisR_(Guest) » Tue Sep 10, 2002 1:19 pm

Is there any way to have alternating shaded band lines in a report layout?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Shaded Band Lines

Post by kfleming » Tue Sep 10, 2002 2:47 pm

[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

DorisR_(Guest)
Posts: 6
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Shaded Band Lines

Post by DorisR_(Guest) » Tue Sep 10, 2002 9:47 pm

Thanks! This should work great!

Post Reply