cancel
Showing results for 
Search instead for 
Did you mean: 

in one page to print 2 invoice

Former Member
0 Kudos

Hello gurus

im stuck in one problem i want 2 print 2 invoice in t same page

& suppose there are 10 line item to print then what r the way &

if there r more 10 line item then it will print following page with only header

wt r the ways

thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you can print in this way,

write the logic to print the first invoice, then start the logic for the second invoice.

you can use the conditions in the main window, after printing the first invoice line items then start printing the second invoice line itesm, here you can use the NEW-PAGE to start the new page, and also in the header for Invoice number, you can use the same conditon to chnage the invoice number for the second one

Regards

Sudheer

Former Member
0 Kudos

Hi,

Put your all processing logic in main window.

Rewards points if it is useful.

Former Member
0 Kudos

could you explain it more clearly?