Same Problem ??? Calling Reports frm Forms [message #81841] |
Tue, 25 March 2003 22:16 |
Praveen.B
Messages: 25 Registered: August 2002
|
Junior Member |
|
|
hi everybody,
This is me back again with the same problem.I have specified the path of my report file
in path HKEY_LOCAL_MACHINE ==> SOFTWARE ==> ORACLE
a string called REPORT_PATH.
STILL I COULD NOT GET THE REPORT....
pls help
Thanx in advance
|
|
|
Re: Same Problem ??? Calling Reports frm Forms [message #81856 is a reply to message #81841] |
Thu, 27 March 2003 04:04 |
Zaire
Messages: 36 Registered: October 2002
|
Member |
|
|
Hi,
I also had this problem but could not resolve it. I was tole that RUN_REPORT_OBJECT does not work. Hopefully, Oracle will resolve the problem. An alternative would be to use the following eg.:
web.show_document(
'http://machinename:port/reports/rwservlet?'||
'report=C:reportsreportname.rep'||
'&userid=username/password@sid'||
'¶mform=yes'||
'&destype=cache'||
'&pagestream=yes'||
'&desformat=HTMLCSS'||
);
Hope this helps. If you find a solution to the RUN_REPORT_OBJECT problem, please let me know.
|
|
|
|