Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide the runtimeparameter form

Status
Not open for further replies.

SumithaTheivendran

Programmer
Feb 5, 2002
6
0
0
IN
Hi,
I'm using reports 6i and forms 6i.I am calling the reports from forms using Runproduct builtin.I just want to disable the runtime parameter form that appears while calling the oracle reports from oracle forms.I have tried by changing the runtime settings in oracle reports.It is working ,only when i directly run the reports.I want this to happen,when i call the reports from oracle forms.

Thanks in advance
Sumitha

 
Pass the parameter "PARAMFORM=NO" when you are calling reports from Forms.
 
Hi ehpt,
This would work,if i want to call the reports through command line.But i need to hide the runtime parameter form while calling the reports from forms.
Pls do reply
Thanks in advance.
 
Hi sumitha

what ehpt has suggested is correct in my view. you need to create a parameter list and then add parameter by following syntax
Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');

this would work. correct me if i am wrong.

Best Luck,
Dharmesh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top