Input Parameter for Reports

Iwan_Jauch
Member Posts: 35
Hi everybody
I have a report, how works with temporary tables. Everthing works well, but now I have to start the report without any Requestform! I don't use a rec parameter! I need other variable values who the user can set, when he starts the reports!
Does anyone know a solution how I can start a report with additional parameters?
Thanks a lot for your help
Greetings Iwan
I have a report, how works with temporary tables. Everthing works well, but now I have to start the report without any Requestform! I don't use a rec parameter! I need other variable values who the user can set, when he starts the reports!
Does anyone know a solution how I can start a report with additional parameters?
Thanks a lot for your help
Greetings Iwan
0
Comments
-
Have you tried setting the requestform (UseReqForm) property to false?
On the report itself. :?0 -
And then you'll have to create a global function in the report that accepts parameters and sets some global variables. Before you RUN or RUNMODAL the report, you make a call to this function and send it the parameter values. You are now able to use the values inside the report.0
-
Some ways how to pass parameters between objects:
http://www.mibuso.com/howtoinfo.asp?FileID=9&Type=howto
http://www.mibuso.com/howtoinfo.asp?FileID=7&Type=howto0 -
Hi everybody
Thanks a lot for your help! I use now a function to set the variable values.
Best regards and have a nive day,
Iwan0 -
It's not that simple. Between forms not a problem, but when you want to transfer variables from a from to a report or dataport it is not always working you would expect.
For example: creating a function in a report or dataport and set the fields in the form before launching the report or dataport is NOT working. You can only retrieve the variables in the Request form on the Report. On the dataport it is just not working.
Reports and Dataport are initializing their object just befor doing the RUN or RUNMODAL.
And.. ever tried to use DataportName.Import(True or false) and then run the dataport from a form?Roelof de Jonghttp://www.wye.com0 -
Roelof wrote:It's not that simple. Between forms not a problem, but when you want to transfer variables from a from to a report or dataport it is not always working you would expect.
For example: creating a function in a report or dataport and set the fields in the form before launching the report or dataport is NOT working. You can only retrieve the variables in the Request form on the Report. On the dataport it is just not working.
Reports and Dataport are initializing their object just befor doing the RUN or RUNMODAL.
I must disagree... it is working... we are using it... :-) Of course, you must know, what you are setting...0 -
Why are we digging up old topics?
If you have a question, post a new topic!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