This topic is locked

print new page

9/4/2013 12:44:45 PM
PHPRunner General questions
J
jacques author

Hallo
I'm using a print report page.

I want to print each group on a new (paper)page
Setting the group to 1 per page does not help

Printing the whole report does not work (every thing on one page)
Is there a trick or workaround to print every group on a new (paper) page?
Gr Jacques

C
cgphp 9/5/2013

Not sure this is possible but you could create a PDF report from scratch using a PHP library like tcpdf (http://www.tcpdf.org/).

Sergey Kornilov admin 9/5/2013

How's about inserting a page break after each group of records:

http://www.asprunner.com/forums/topic/6199-page-break-after-each-group-in-reports/

J
jacques author 9/6/2013



How's about inserting a page break after each group of records:

http://www.asprunner.com/forums/topic/6199-page-break-after-each-group-in-reports/


Thank you for your reply,
adding a page-break does not work.

the result is sometimes at the beginning and sometimes halfway or someplace else.
PHPrunner does a correct newpage after each fourth newgroup??? Can I change this value somewhere in "1"?
Does {BEGIN pages} has something to do with it?
gr Jacques