cpolonchek
Programmer
I am having trouble passing a parameter to crystal if it contains a '&' in it. For example, the url will be:
As you can see the parameter is a url encoded version of the string 'K & W'. The problem is, the report only gets 'K ' passed to it. Somehow the '&' is causing it to cut off.
Now, i'm doing this with Netscape 4.7 and it doesn't work. When I try it with IE 6.0, it does work. Problem is, my users are using Netscape 4.7, so I have to work out a solution.
Anyone know how to get this parameter passed correctly? Or have an idea for a work around?
All help much appreciated!!!
As you can see the parameter is a url encoded version of the string 'K & W'. The problem is, the report only gets 'K ' passed to it. Somehow the '&' is causing it to cut off.
Now, i'm doing this with Netscape 4.7 and it doesn't work. When I try it with IE 6.0, it does work. Problem is, my users are using Netscape 4.7, so I have to work out a solution.
Anyone know how to get this parameter passed correctly? Or have an idea for a work around?
All help much appreciated!!!