I designed to print 20 lines in detail section.
If records are 53 lines the report will print 3 pages.
I code in CR detail section to make Alternate Row Color
if recordnumber mod 2 =0 then CrSilver else CrNocolor (this works fine)
How to make alternate row color working after line 53 until line 60? (this is no data)
Edited by aspfun - 28 Jul 2014 at 6:11am