Page 1 of 1
Greenbar rows
Posted: Fri Sep 30, 2005 3:36 pm
by jconnelly
What is the easiest way to reproduce the greenbar look on reports (shade every other row for easier reading)? We are using R&R versions 6, 8 and 11.__
=> RE: Greenbar rows
Posted: Sun Oct 02, 2005 7:54 pm
by kfleming
You would need two band lines, one shaded, one not and a logical field to control which would print. For a record band line you could use MOD(RECNO(),2)=0____Kathleen__R&R Support
==> RE: Greenbar rows
Posted: Thu Jan 12, 2006 2:09 pm
by Chip_(Guest)
Kathleen,__What if the row is a summary row (I am not showing the record row) and there is already a filter on it?____My current filter is Qty > 0____Thanks