This topic is locked

Report Print Out Format

6/13/2011 11:22:30 PM
PHPRunner General questions
J
John author

Is there any method to control print output formatting such as forcing a page eject whenever the Group Field value changes?
Thx in advance
John

Sergey Kornilov admin 6/14/2011

The following will insert the page break:

<p style="page-break-before: always">&nbsp;</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.