Print twice

Jackf03
Member Posts: 9
Hello
I need to print invoices twice like discribed below:
If there is 2 pages in 1 invoice , I would like to print twice the first page and then twice the second page .
It is working well if I write 2 copies in the printer window.
But if I don't want to go threw the printer window (FALSE) how can I manage?
Thanks in advance
Jack
I need to print invoices twice like discribed below:
If there is 2 pages in 1 invoice , I would like to print twice the first page and then twice the second page .
It is working well if I write 2 copies in the printer window.
But if I don't want to go threw the printer window (FALSE) how can I manage?
Thanks in advance
Jack
0
Comments
-
Hi Jack,
You can use two possibilities for this :
- For each customer you can specify how many copies of the invoice have to be printed in the field "Invoice Copies"
- In the form Sales,Setup,Report Selections Sales you could simply add the report Invoice twice for Usage=Invoice. The disadvantage with this solution is that you will see the request form twice.Fozzie
May the source be with you0 -
Hi Jack
You might be able to check the property USEREQFORM on the report.
Put this line in the bottom of the OnPreDataItem trigger:
IF NOT CurrReport.USEREQUESTFORM
THEN SETRANGE(number,1,2); - I'm not sure if it is called number in the WW ed. - called Nummer in danish..
Then you'll still be able to use defaults for customers and no. of copies on the requestform if you want to run the report with requestform from somewhere else.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