Hi,
I have a URL report where I pass it a parameter like this:
...&promptex-\@ParameterName=12345...
@ParameterName accepts string values. The report displays correctly if I pass it an integer (as in the above example). However, I get a "Error in File: Database Connector Error" if I try to pass it a string in either of the formats below:
...@ParameterName="abcabc"...
...@ParameterName=abcabc...
If I open the report in Crystal Reports XI, I can pass the string parameter and the report works fine. Am I coding the string in the URL incorrectly? If so, what is the correct syntax?
Thanks!
I have a URL report where I pass it a parameter like this:
...&promptex-\@ParameterName=12345...
@ParameterName accepts string values. The report displays correctly if I pass it an integer (as in the above example). However, I get a "Error in File: Database Connector Error" if I try to pass it a string in either of the formats below:
...@ParameterName="abcabc"...
...@ParameterName=abcabc...
If I open the report in Crystal Reports XI, I can pass the string parameter and the report works fine. Am I coding the string in the URL incorrectly? If so, what is the correct syntax?
Thanks!