Proper print of item lines
We use the pagebreak variable in our forms. In this variable the second number indicate number of lines to print on the first page, and the third number indicate number of lines to print on the following pages.
Our big problem is that description fields of the item lines contain different amounts of data which causes them to be broken into multiple lines and therefore have different heights.
As a result, it may happen that, for example, 20 item lines fit on one invoice, but only 16 on another. If we adjust the form to 16 lines, the 20 lines will not be displayed properly. In addition, if the lines in an invoice are shorter, a page break will be inserted after 16 lines, leaving too much empty space at the bottom of the page.
Does anybody know solution to this problem?
I welcome any idea.
Thanks so much.