I'm trying to pass an argument from a form to a report to perform a query. Now I'm finished in not displaying the runtime parameter form but now I would like to pass the argument also. I'm using designer 6i.
If you call report from form by specifying "Called Modules" you may refine module inclusion properties by setting "Named Passed Values" (choose "Use Property Dialogs" menu and doubleclick the inclusion)
To get rid of all the misunderstandings I describe my steps till now.
I created a report with an argument for a query.
In a form I made a connection to the report.
(the report became the called module and the form the calling)
As argument passed value I used the in the report declared argument.
My problem is that the argument passed value never gets in the report. I think the cause of this is the paramform. That sets the argument to 0 (I think).
Now is my question how do I pass an argument into the report without interruption of the paramform.
It's for an hour registration application and I try to pass through a number (the employee number), so you get a selection of the hours made by that employee number.
I added the named passed value 'paramform' with the value NO but then I haven't got a query although I also pass through the emp nr.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.