parameter form in web reports [message #88988] |
Thu, 17 July 2003 07:44 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
neil v
Messages: 1 Registered: July 2003
|
Junior Member |
|
|
When in client/server mode, passing PARAMFORM='YES' to a report causes the reports parameter form to be displayed. When I run web enabled the parameter form does not appear.
Can anyone please help?
TIA
Neil
|
|
|
Re: parameter form in web reports [message #88989 is a reply to message #88988] |
Sat, 19 July 2003 00:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
sujit
Messages: 94 Registered: April 2002
|
Member |
|
|
hi,
The answer is simple when running report in web, the report runs in the report server (the application server or middle tire) and only the output of the report comes to the user(client) in the form of pdf or html (as specified in FORMS60_REPFORMAT registry entry in app. server). So you can't view the parameter form. rather you will have to pass the parameters before running the reports.
Sujit
|
|
|