Application Development and Automation 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: 
Read only

multiple invoice in script.

Former Member
0 Likes
462

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
Read only

Former Member
0 Likes
404

loop at table of invoices.

open form.

process the invoice.

close form.

repeat until end of table.