Skip to Content
0
Former Member
Feb 09, 2011 at 06:09 PM

Print two check stub with the same content on one page

32 Views

Hi,

I'm modifying a copy of the F110_PRENUM_CHCK form to print AP check with two check stubs showing the invoices detail information as line items and vendor information as header. The two check stubs will show exactly the same contents.

I have searched the forums and gathered some information:

1. If I use two main windows on the same page, the overflow of the first main window for line items will get into the second main window, not duplicated contents. How can I control the print program to print duplicated contents into the second main window?

2. If I use one main window and one const window of the same size. By using define variants I can copy the header from main window to the const window, but only the last line of the line items will be copied into the const window (because the next line item will always overwrite the previous line item). How can I print the whole line items into the const window?

Any help is appreciated.

Thank you.

William