Web.Show_Document Questions

1

Hide ID and Password in web.show_document
How do I hide the id and password in a web.show_document command executed from an Oracle 10g form?

Answer Question   |  March 21, 2011  8:39 PM
Oracle 10g, Oracle 10g administration, Oracle 10g forms, Oracle Forms 10g, Web.Show_Document
asked by:
10 pts.

Oracle 10g – WEB.SHOW_DOCUMENT parameters
WHat other parameters can be used with WEB.SHOW_DOCUMENT besides ‘_BLANK’?

Answer Question   |  January 17, 2011  9:23 PM
Oracle 10g, Oracle default parameters, Oracle Forms, Oracle Forms 10g, Web.Show_Document
asked by:
340 pts.

A problem in calling Oracle report by using WEB.Show_Document
- The application is developed in Developer 10g - The application is` running with non ssomode. (ssomode=false) – When I call a report through form by using :    WEB.Show_Document(‘/reports/rwservlet/getjobid’ ||substr(v_rep,instr(v_rep,’_',-1)+1)|| ‘?destype=cache&desformat=pdf/html&server=’ || ‘rep_app_oracle_forms’, ‘_blank’); the sso login page appeared and when I enter the usetrname and the password the report runs correctly The question is how can the report runs directly [...]

Answer Question   |  May 21, 2012  8:13 AM
Oracle Application Server, Oracle applications, Oracle Reports 10g, Web.Show_Document
asked by:
65 pts.

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. How can i do this using web.show_document(…)

Answer Question   |  January 17, 2011  9:20 AM
Oracle 10g, Oracle development, Oracle Forms 10g, Web.Show_Document
asked by:
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&paramform=yes’; web.show_document(rep_url,’_blank’); The report was generated in PDF which has a save option. To save my data’s I want to disable the save button in PDF as well as in IE when i run the report only and then automatically [...]

Answer Question   |  January 29, 2009  7:55 AM
Oracle development, Oracle Forms & Reports Developer 10g, Oracle Forms 10g, Web.Show_Document
asked by:
30 pts.

1