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(...)
Dont bother for writing long codes. if you want the report's parameter from to display then just write the following amended code. Read it carefully. DECLARE rep_url varchar2(2000); BEGIN