cancel
Showing results for 
Search instead for 
Did you mean: 

browser cann't display '&' from parameter value in Crystal Report

former_member373051
Participant
0 Kudos

hi,

    i designed one crystal report in vs 2010. i sent a parameter as Customer_Name.

Customer_name value is passed like ARUN & CO,

but value displaying ARUN. after '&' cann't display.

am using like this,


Dim Customer_Name As String = Server.UrlEncode(Request.QueryString("Customer_Name")).Trim

Customer_Name = Server.UrlDecode(Customer_Name)

Customer_Name = Customer_Name.Replace("'", "''")

Urgent pls,

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

What version are the CR assemblies referenced in your project?

Also, can you provide more info re. the code?

If this is urgent, remember that you can create a phone case here:

http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100

- Ludek

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

Answers (0)