Calling Report

Soumyadip
Member Posts: 209
HI,
In Released Prod. Orders Form Under Manufacturing module we print job card.
I added a new report to the list where with other informations i have to print the current production order no. means rec.no.
how can i do it?
I tried in the following way -
1> I added a new data item production order on the report
2> I put a text box in report with source expression production order.no.
3> On the push event of the newly created menu item i write the following code
report.run(50004,TRUE,TRUE,rec);
But while printing it is showing prod order of the last item of prod orer table
how can i make it happen?
thank you
soumya
In Released Prod. Orders Form Under Manufacturing module we print job card.
I added a new report to the list where with other informations i have to print the current production order no. means rec.no.
how can i do it?
I tried in the following way -
1> I added a new data item production order on the report
2> I put a text box in report with source expression production order.no.
3> On the push event of the newly created menu item i write the following code
report.run(50004,TRUE,TRUE,rec);
But while printing it is showing prod order of the last item of prod orer table
how can i make it happen?
thank you
soumya
0
Comments
-
Hello,
I paste some comment from help:REPORT.RUN(Number [, ReqWindow] [, SystemPrinter] [, Record])
Record
.
.
.
Data type: record
Tells the system which record to use in the report. The system will use any filters attached to the record you specify.
So I suggest you create a new variable of production order, Setrange to the currect Rec."No." and pass that new variable to your report.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