I have several reports that use a 'green bar paper' effect and I have followed Crystal's way of setting that up with:
detail a (color) (Suppress formula): Remainder (RecordNumber,2)<>0
detail b (white) (Suppress formula): Remainder (RecordNumber,2)=0
I need to wrap each of these in an IF statement that will have the COLOR section always be the first line. or else changes the color of the section based on whether it is the first line on a page or not.
I have no clue how to tell if I am on the first record on any given page in a report or not. Can someone please advise if this is possible? And if so, how to do this?
detail a (color) (Suppress formula): Remainder (RecordNumber,2)<>0
detail b (white) (Suppress formula): Remainder (RecordNumber,2)=0
I need to wrap each of these in an IF statement that will have the COLOR section always be the first line. or else changes the color of the section based on whether it is the first line on a page or not.
I have no clue how to tell if I am on the first record on any given page in a report or not. Can someone please advise if this is possible? And if so, how to do this?