can we link two purchase reports with the same form
Markandey_Pandey
Member Posts: 178
Hi experts,
as per our client requirement they require two po reports of different formats, so can we have two po reports
as per our client requirement they require two po reports of different formats, so can we have two po reports
Markandey Pandey
0
Comments
-
[Topic moved from 'NAV Exams & Certification' forum to 'NAV/Navision' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
-
Savatage wrote:yes
If Yes then how to do this, as i have seen all these reports are being manages by REPORT SELECTION table and there Purchase Order Report is named P.Order
then how will attach another report.Markandey Pandey0 -
Yes you can create two reports in differnr format0
-
hunnysingh_mps wrote:Yes you can create two reports in differnr format
That is ok, I am asking about how to link these two reports with the same po screen as i have used po screen for two different purpose and want to use two different reports for these two po screen.Markandey Pandey0 -
Hi,
In this case you would probably want to bypass the report selection - i.e. the DocPrint.PrintPurchHeader(Rec); call.
Write come code like
IF <My Selection Criteria> THEN
report.runmodal( Report::"PO Layout 1" )
ELSE
report.runmodal( Report::"PO Layout 2" ); // Lookup the RUNMODAL command
If you want to stick with the report selection then you will need to change codeunit 229 Document-Print0 -
Thanx 4 the support, the problem is resolved.Markandey Pandey0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 333 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