Could someone help: I am using the new Crystal Reports for Visual Studio 2010. I am trying to add a simple hyperlink with querystring parameters to a textobject. I add it via right clicking on the TextObject | Format Object | Clicking on the Hyperlink Format Editory button and I paste in the url. The problem that I have been incurring is that the url gets truncated
at the first incounter of the "=" sign.
For example: The following url will be truncated in IE Explorer
"http://localhost:52481/product_performance_location/ProductionPerf_Report.aspx?fromdate="+"01/01/2009"+"&todate="+"03/31/2009".
To:
"http://localhost:52481/product_performance_location/ProductionPerf_Report.aspx?fromdate"
Has anyone else incountered this, is there some setting to allow querystrings in the url's of CR 2010
Thanks
Dave.
View Complete Post