Crystal Reports .SqlQueryString

P

Phil Lamey

I'm hoping someone can help me here because I am at my
wits end...

I had an executable that was using a crystal reports ocx
but now I am trying to rebuild this as a ASP.NET WebApp.

Problem is Crystal Reports 9 is embedded into the .NET
framework and these reports were designed using 8.5.

I get the following error when the project loads:

"This product does not support reports that have their SQL
Query manually modified. The manual modifications will
not be used."

and indeed it appears that no matter what criteria is set
for start-end dates in the parameters I get the same
report.

Also, the crystal reports object does not give me any
equivalent to what used to be in the code for setting the
SQL string.

..SQLQueryString = "SELECT TRANSACTION_HISTORY...

Has anyone found a workaround for this problem?

Any information would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top