Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to suppress parameter form ?

Eslam_ElbyalyApr 20 2014 — edited Apr 24 2014

hi all ,

every time i run my report in report builder , param form is displayed ,

i put initial values to the parameters to test the report , so , i do not want it to be displayed ,

how to suppress it ?

thanks

Comments

HamidHelal

What is your form developer version and how you call the reports ?

add this

  Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');     

to get clear answer, post your code...

Hamid

Eslam_Elbyaly

i am testing my report from report builder 6i ,

there is no code ,

i do not call the report from form .

Andreas Weiden

The run-report-functionality in report-builder is just for previewing purposes. I don't think you enter supress the paramform. But you can syimply close it by using ENTER.

Zlatko Sirotic

See:

Tools -> Preferences -> Runtime Settings tab -> Parameter Form

ayadsufyan

you can hide the parameters from report builder

go to Tools  Menu  ->Parameter Form builder

it will give you the whole parameter

any parameter with  black highlighting   will   appear  when you call the reports

if you want to hide it , try to unhighlight it  by pressing to the parameter's name

hope it helps you .

Eslam_Elbyaly

>you can hide the parameters from report builder ,

i did so , but the paramform still appears without parameters .

i do not want it to appear .

1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 22 2014
Added on Apr 20 2014
6 comments
2,531 views