I have an XML file that contains Invoices.
In most cases there is a page break for cleints and I need to fill the remaining lines on the page with blanks and place a Page N of T at the bottom.
I have logic that counts each line as I create them for the output and when I am ready for a page break, I use (55 - LineCount) to give me the number of blank lines I need to generate.
The problem I have is...