I have a customised sales confirmation report which contains a lot of customer information in the header, and a lot of T&C text in the footer.
When this report spills over to a second page, all I see printed is a blank page (with the standard header section) then the report continues onto a third page, starting with the customised header. Like so;
-----page 1------
header 1
header 2 (large)
lines
footer 1 (large)
footer 2 (page number etc)
-----page 2-----
header 1
footer 2 (page number etc)
-----page 3-----
header 2 (large)
lines
footer 1 (large)
footer 2 (page number etc)
After trying lots of different fixes the only additional information I can add is that if I reduce the size of footer 1, the second page prints correctly, but I need those T&Cs on the paperwork. It is also worth noting that I experimented with a newpage()
call on each line of the body, and despite this meaning there was ample room as I was printing one line per page, I still got the alternate blank page.
One suggestion on another community site is to create the T&C section as a programmable section, but I am not really sure how this would work.
All suggestions are welcome.