we have custom ax report which prints for selected Items.
user usually selects range of items(in select query of the report), and puts 20 copies to print it to printer.
when it is done this way printer que is backed up and processes those 100 report(if it is 5 items selected, 20 copies each) too slow.
if user prints separatly 20 copies for Item 1, after that 20 copies for Item 2...printer works much better.
users ask us to make report pause after each Item. meaning they want to select 5 items and put 20 copies, but programmaticly want us to "pause" the report before sending each next item to the printer.
i was thinking of putting some counting loop to delay printing next report, but i don't know where to do that,
any advice how to solve the issue?
thank you.
*This post is locked for comments