Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Reports in a web browser problems

Re: Reports in a web browser problems

From: nicolas stern <nstern_at_datacomm.ch>
Date: 15 May 2002 02:27:47 -0700
Message-ID: <d744600f.0205150127.20a142db@posting.google.com>


Hi Diane

I don't know about the keymap issue.

About the second problem: did you try to use html-safe characters ?

replace "\" by "%255C" -
replace "&" by "%26" -
replace "=" by "%3D" -
replace "@" by "%40" -
replace "/" by "%2F" -
replace "." by %252E" -

etc.

So the url will look like
http://domain/dev60cgi/rwcgi60.exe?server%3DRep60_myserver&report%3Dreport%2Erep&userid%3Dcidrep/cidrep%40CDBP0&destype%3Dcache&desformat%3Dpdf

regards

N. Stern Received on Wed May 15 2002 - 04:27:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US