Sales invoice report in two pages

Victor_Hugo
Member Posts: 12
Dear friends,
I need to find a way to make our sales invoice report stop when a certain number of items is printed and jump to another page continuing the printing process with the remaining items. Is there an easy way to do that?
Thanks for all!
Victor
I need to find a way to make our sales invoice report stop when a certain number of items is printed and jump to another page continuing the printing process with the remaining items. Is there an easy way to do that?
Thanks for all!
Victor
0
Comments
-
With the right paper size settings, it shoud automatically do this.0
-
view->sections
on sales invoice line dataitem (BODY)
OnPostSection()
// example of how to allow only 10 lines per pageLinesPerPage := LinesPerPage + 1; IF LinesPerPage = 10 THEN CurrReport.NEWPAGE;
0 -
DenSter wrote:With the right paper size settings, it shoud automatically do this.
Yes, but sometimes I get strange results. For example I have exactly room for 10 lines.
If there are 11 invoice lines the second page contains 1 line and the total.
If there are 10 invoice lines the second page contains only the total (depending on the used/needed sections. This doesn't look nice..so with NEWPAGE you can push the 10th line to the next page.0 -
Ok! I am going to try this and report the reults.
Many Thanks!0 -
Hi Victor.. I also face the same problem like this n still no solve this prob..
what am doing before is increase the bottom margin so that i could get 10 invoice lines however my sales invoice have a footer (have to print at the last page) and it print on the next page which contains no invoice lines..
:-k0
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