Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there any method to control print output formatting such as forcing a page eject whenever the Group Field value changes?Thx in advanceJohn
The following will insert the page break:
<p style="page-break-before: always"> </p>
Here is the article that explains how to insert a subheader between groups of records:http://www.asprunner.com/forums/topic/6221-how-to-insert-a-subheader-between-groups-of-records/You can use the same approach to insert a page break instead of subheader.