Pagination
Hello everyone,
I've a problem with the pagination of a report. The report is composed by some invoices. I want that when an invoice has an odd number of pages to include an empty page at the end of the invoice.
For example, if I've a report with two invoices, one with 1 page and the other with 2 pages, I want the first invoice to have 2 pages, one with the information and the other with an empty page, and the second invoice to have 2 pages with the information.
The problem is that when the empty page is added the total number of pages is increased. Instead of printing 1/1, 1/2 and 2/2, 1/2, 1/2 and 2/2 is printed in the report.
I've a problem with the pagination of a report. The report is composed by some invoices. I want that when an invoice has an odd number of pages to include an empty page at the end of the invoice.
For example, if I've a report with two invoices, one with 1 page and the other with 2 pages, I want the first invoice to have 2 pages, one with the information and the other with an empty page, and the second invoice to have 2 pages with the information.
The problem is that when the empty page is added the total number of pages is increased. Instead of printing 1/1, 1/2 and 2/2, 1/2, 1/2 and 2/2 is printed in the report.
0