Printing-Navision Report
brijleo
Member Posts: 70
Can any body tell..........................
How to Print Standard Tex in every even page in case of multiple page report.
How to Print Standard Tex in every even page in case of multiple page report.
0
Comments
-
You can use CurrReport.PAGENO to know which page you are in.
With this command you know when you are in an even pageIF CurrReport.PAGENO MOD 2 = 0 THEN BEGIN // Even page END;
Now you can add a section to be printed only in case of even pages or you can add a textbox you fill up when you are in an even page and clear when in an odd page.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Dear Mr. Kirki,
I have all ready tried this but it doen't work, in my case i am printing sales invoice in which my terms & condition to be printed on even pages, so that it can be printed on the back of 1st page.0 -
I think you will have to keep all under control.
Meaning, you cannot trust on the reporting-system when starting a new page, but you will have to decide it yourself.
So you need to read all records, put them in a temptable and already divided per page.
After this you read the temptable and take a record and put it on the report.
You will also need to give a command when to change pages and then start printing your terms&conditions.
This is quite a lot of work for programming it.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K 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
- 324 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