-
hi everybody,
can i suppress the parameter form.actually i am passing the parameters from the form and that form uses the run_product
but it again opens the parameter form in the report builder and i have to press the enter.is there any way so that i can suppress the parameter form.pls help
thanks in advance
pras
-
yes.
add another parameter to your paramlist in your form:
add_parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
-
Hi pras
If you are Calling that form through applications you can use fnd_request.submit_request.
Thanks
ABC
-
Hi Kmesser
thanks a lot .it works.
pras