Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

multiple invoice in script.

Former Member
0 Kudos

Dear User,

I have problem , user will give invoice in range (Multiple choice ) and need to do mass print in script

like one invoice in one page..

How to trigger new page for each invoice??

1 REPLY 1

Former Member
0 Kudos

loop at table of invoices.

open form.

process the invoice.

close form.

repeat until end of table.