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_at_posting.google.com>


[Quoted] 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 "_at_" 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 - 11:27:47 CEST

Original text of this message