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: Frank <fbortel_at_home.nl>
Date: Fri, 17 May 2002 23:18:16 +0200
Message-ID: <3CE57398.9010509@home.nl>


nicolas stern wrote:

> 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
>

Not neccesary - don't mix HTML-safe and URL-safe characters...

Frank Received on Fri May 17 2002 - 16:18:16 CDT

Original text of this message

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