Hi. We have an invoice format for sales orders. Sometimes when we have more than 10 items and they do not fit on a page, ax creates 3 pages for the invoice, the first page with as much as it can fit, the second page completely blank and the third page coming with the rest of the items. I tried to check why this is happening but to no avail.
Any help in this matter is appreciated. Thanks in advance!
Hi Iron,
I have seen a similar behavior many years ago. The root cause was due to a fixed position of the totals section on the last page. It was managed using an y-position in x++ coding without taking care of the number of lines on that page. With more lines, the y-position of the report was already below the y-position of the totals causing this behavior. Can you check if you have similar coding in your report?