This topic is locked

Page break between records in print page

1/20/2008 12:56:12 PM
PHPRunner General questions
T
timsayles1 author

I am having trouble getting the pages to generate correctly.
I have tried the page break after, and it does not work.
I have tried setting the group rows to 1000, but that creates a bunch of blank pages
What I need to be able to do is run a report that seprated by pages for each customer.
On the customer page, it needs to line item out the charges from the database table.
All I am getting out of php runner is each customer and charges in the same table... I cannot get any page breaks.
Thank you in advance.

T
timsayles1 author 1/28/2008

I am having trouble getting the pages to generate correctly.

I have tried the page break after, and it does not work.
I have tried setting the group rows to 1000, but that creates a bunch of blank pages
What I need to be able to do is run a report that seprated by pages for each customer.
On the customer page, it needs to line item out the charges from the database table.
All I am getting out of php runner is each customer and charges in the same table... I cannot get any page breaks.
Thank you in advance.


anyone have any suggestions???