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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Report Parameter Page in 6i Web

708420Jul 28 2009 — edited Jul 28 2009
I am converted a Forms 4.5 character mode application to 6i Web. Forms6i Server is running on Red Hat Enterprise Linux 3. I am not running a reports server. I am not certain if I need to.

So far, the application works fine on the Web. I have successfully executed Oracle Reports using the "RUN_REPORT_OBJECT" built in. Unfortunately, the parameter page is not displaying. I have tried numerous things to make it display, but have not had any luck. The report definitely has a parameter form, and when I run the report through Reports designer, the parameter form comes up first.

Please help!

Thanks!

Brian

Comments

user434854
Is a Parameter list beeing transmitted to the report ?

If yes, try :

ADD_PARAMETER(v_list_id, 'PARAMFORM', TEXT_PARAMETER, 'YES');

Maybe you need to explicitely set this parameter in the report when calling it through the run_report_object built-in.
708420
A parameter list is not currently being sent, but i can try to create a parameter list and send the one you suggest. I'll see how that works.

Thanks!
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 25 2009
Added on Jul 28 2009
2 comments
471 views