How To Print MultiPage Tabpanel?

Hi to All,
does Someone Know the solution to this problem?

We have a Print_Invoice Form in which we have the tabpanel ( invoice_to_invoice_lines).
In same case the invoice lines of a single Invoice are more (for example 40) than those that we see in the invoice form(20).

The problem for us is that if we want to print the invoice trought the command (forms.Print_Invoice.controller.showPrintPreview(true) ),
we obtain the print of only one page, in wich appear 20 lines of tabpanel. But the second page with the remaining lines of the tabpanel is not printed.

Tanks in ad advance.
Gianni Pinna.

Hi Gianni,

Printing tabpanels like that is troublesome.
You better print from the invoice_lines form and add the invoice header records to the header part.

Hope this helps.

Hi Robert,
Your replay effects a Kind-hearted smile, for Your promptness and competence.
Have You good.
Many Tanks, Robert.
Gianni Pinna.