Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trouble passing params to crystal

Status
Not open for further replies.

cpolonchek

Programmer
May 20, 2002
4
US
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!!! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top