Very very Urgent [message #81055] |
Wed, 01 January 2003 03:44 |
Balamurugan.R
Messages: 91 Registered: March 2001
|
Member |
|
|
Hai,
I need to call the report from form and I am passing all the values to reports through forms.
I want to just run the repots , after I gave all the
values in form. All the values are passing well.
Report is also called, but it is not running. After
I press the run button in report , then only the report
is running. What I need is after I gave all the values
in form, the report should run. Anyone please help
on this problem.
With Regards,
Balamurugan.R
|
|
|
Re: Very very Urgent [message #81057 is a reply to message #81055] |
Wed, 01 January 2003 22:23 |
Subhash
Messages: 105 Registered: October 2001
|
Senior Member |
|
|
Are you displaying the Parameter Form ?. If yes , then you have to press the run button for running the report. You can suppress the Parameter form by setting the value of 'PARAMFORM' to 'NO' (You can pass this value as another parameter from the Form)
Eg : Add_Parameter(p,'PARAMFORM',Text_Parameter,'NO');
Regards
Subhash
|
|
|