This topic is locked
[SOLVED]

 Print Header

4/29/2019 5:21:40 AM
PHPRunner General questions
R
RicardoP author

Hello,
I'm using PHPRunner 10.0 and I've created a report to list some MSSQL information.

When I click to print this information, everything is ok except that when I need to print more than 1 page, there are no headers.

For example, my print page looks like:

[Page 1 of 2]

Column 1 | Column 2 | Column 3 |

Product 1 | 1 | 5$

Product 2 | 2 | 2.5$

(...)
[Page 2 of 2]

product 5 | 10 | 10$


In page 2, is missing the headers/columns that is on page 1.
How can I add those columns to the other pages?
Thank you for your help.