Multiple print

Djb-Bk
Member Posts: 9
Hello,
I want to print a document severy times, for sample two times.
Can I specify the number of times i want to print in the REPORT.RUN or have I to do an 'boucle' to do this. For sample, for 2 prints, to run 2 times the REPORT.RUN.
Thanks a lot for your help.
DJB.
I want to print a document severy times, for sample two times.
Can I specify the number of times i want to print in the REPORT.RUN or have I to do an 'boucle' to do this. For sample, for 2 prints, to run 2 times the REPORT.RUN.
Thanks a lot for your help.
DJB.
0
Comments
-
You have to work with an internal "loop" in your report.
As an example, see report 206 Sales Invoice
You see a "CopyLoop" implemented in ... that's the trick ! \:D/0 -
it depend on the report. Some report take no. of copies. In this case you can create some function to be able set this variable outside the report and you run the report through some report variable (variable of type report)...
CLEAR(Rep); Rep.SetNoOfCopies(2); Rep.RUNMODAL;
or something similar... :-)0 -
that's a possible solution, but you will have to run through a report for every copy you want to print and that's not good for performance. Is there anyway you can tap into the Windows API and set the number of printed copies you want?0
-
Hi,
Make sure you go to the properties of the printer before you print and set the copies to whatever number you want to print
lagersjef, nice idea. Would like to know as well if possible.
Rgds,
Jon.Rgds,
Jon.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions