Web.Show_Document Questions and Answers

Recent IT Questions

1 - 2 of 2
<<PREVIOUS 1 NEXT>>

Call parameter from Oracle Reports 10g web.show_doc

the code DECLARE rep_url varchar2(2000); BEGIN rep_url:='/reports/rwservlet?' ||'&report=c:\testrpt10g.rdf' ||'&desformat=htmlcss&destype=cache' ||'&userid=stlexport/stlexpst@as'; WEB.SHOW_DOCUMENT(rep_url,'_blank'); END; is running well. But now i want the report's parameter form to be displayed....

View Answer   |  May 15 2009  9:20 AM GMT
Web.Show_Document, Oracle Forms 10g, Oracle 10g
asked by Superad

  35 pts.

Oracle Forms 10g - Disable the save button in PDF as well as in IE

hi, i am using forms10g and i called a report using web.show_document which was successful rep_url:='/reports/rwservlet?destype=cache&desformat=pdf&report=z:/test/item_status_y.rdf&userid=test/test@oracle¶mform=yes'; web.show_document(rep_url,'_blank'); The report was generated in PDF which...

View Answer   |  Jan 29 2009  7:55 AM GMT
Oracle Forms 10g, Web.Show_Document, Oracle development
asked by Xaviervicky

  30 pts.

1 - 2 of 2
<<PREVIOUS 1 NEXT>>