Skip to Main Content

Integration

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!

Difference between rwservlet and rwserver

cloudcodepngAug 21 2014 — edited Aug 25 2014

Hi,

I installed Oracle Developer Suite 10g on my local PC and everything is working fine accept that I cannot understand the difference between rwservlet and rwserver as in the following context:

When run the following command in command prompt it starts up rwserver. Is this the same as running the report servlet after I start the OC4J instance. What's the difference between the two or are they the same?

rwserver server=localhost start

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 Sep 22 2014
Added on Aug 21 2014
2 comments
1,275 views