URGENT: HELP PLEASE!!!!Reports on the D2K WEB SERVER

From: Mehmet Erisen <merisen_at_us.oracle.com>
Date: Mon, 08 Feb 1999 12:50:36 -0800
Message-ID: <36BF4E1B.E0437D54_at_us.oracle.com>



Hello,
[Quoted] I have built a drill down report with reports 3.0 I will deliver the project, but I can not make the initial HTML file to work.
I can run the reports if I type
http://server_name:port/r30ows?server=my_server+report=my_report.rdf+userid=scott/tiger_at_my_db+destype=cache+desformat=HTML+parameter1=value1

this works fine.
[Quoted] However, if I do the followingHTML it does not work. It is taking me to
http://server_name:port/r30ows?
Thanks a million for helping....
Mehmet.
HTML:
<HTML>
<!--Form Action is R30OWS URL-->
<FORM METHOD=POST

ACTION="http://us-webforms-2.us.oracle.com:1000/r30ows?">

<INPUT name=server type=hidden vaue="my_server">
<INPUT name=server type=text value="report">

Report Name:
<INPUT name=report type=text value="customer.rdf">
<INPUT name=user_id type=hidden value="scott/tiger_at_my_db"><BR>
<INPUT name=destype type=hidden value="cache">

<SELECT name=desformat>
<OPTION value=HTML selected> HTML
<OPTION value=PDF> PDF
</SELECT> <BR>

Parameter:
<INPUT name=custname type=text value="Pepsi">
<HR>
<INPUT type=submit value="Run Report!">
</CENTER>
</FORM>
</HTML>
Received on Mon Feb 08 1999 - 21:50:36 CET

Original text of this message