Record lines grey and white
-
- Posts: 55
- Joined: Tue Oct 10, 2017 12:44 pm
Record lines grey and white
Hi Gang,____Trying to enable the grey/white effect when printing reports. I hope this is clear, check my example below:____Title Report__Header 1__Header 2__-------Header Line-----------------__Record 1 <--- White__Record 2 <--- Grey__Record 3 <--- White__Record 4 <--- Grey__...____Total records: 3 <-- Summary line____The grey/white effect makes it easier for reader.____Thanks...__Sergio
=> RE: Record lines grey and white
You need to create two indentical band lines.__On one of them add a box and set its color to yellow.____Then create a calculated field with the expression:__MOD(RECNO(),2)=0____The select each of these line. For the first set the calc field as the logical field to control printing and print when true.__For the second line do the same but using print when false.____This should give you alternate shaded bands.____Kathleen__R&R Support