Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

For Jeneesh !!! hide address bar from report(running in browser) in 10g

RehmanAug 24 2006 — edited Aug 24 2006
hello dear jeneesh

i wanted to hide address bar from browser when rport is running. you provide me link for some white paper.

i read the paper and write code

URL :='http://'||v_host||'/reports/rwservlet?
server='||v_server||'&
report=c:\module1.rdf'||'&
desformat=htmlcss&
destype=cache&
paramForm=yes&
userid=scott/tiger@bo';


v_URLout := 'javascript:window.open("'||URL|| '","","fullscreen=no,
titlebar=no,location=no,toolbar=no,menubar=no, status=no, resizable=yes");self.close()';

web.show.document(v_urlout,'_blank');

but now the report is not running. i think there will be a slight mistake may be comma missing or not placing at right place.

can u help me?
thnks
Najeeb
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2006
Added on Aug 24 2006
4 comments
749 views