Crystal Reports .SqlQueryString

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phil Lamey

    #1

    Crystal Reports .SqlQueryString

    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.

    ..SQLQueryStrin g = "SELECT TRANSACTION_HIS TORY...

    Has anyone found a workaround for this problem?

    Any information would be greatly appreciated.

Working...