Hi,
Our reports were developed in crystal version 8.5 using SQL Server 2000 as the database. Recently we upgraded all our reports to version 10 and everything works fine. These reports run on the web. Recently we created a new report in version 10 and that is based on a stored procedure in our SQL 2000 database. When I run this report on my desktop it runs fine and returns data but if I run it on the web, report is blank. It is as if it is not reading the parameters entered by the user at all. When I look at the parameters for this report they all have @ sign in front of them...@STRAT_DATE, @END_DATE etc...
But my other reports that were upgraded from version 8.5 to 10 do not have the @ sign in front. For some reason version 10 adds @ sign in front of the parameters. Does anyone has any as to what is going on here and how to fix this problem?
Thanks
Our reports were developed in crystal version 8.5 using SQL Server 2000 as the database. Recently we upgraded all our reports to version 10 and everything works fine. These reports run on the web. Recently we created a new report in version 10 and that is based on a stored procedure in our SQL 2000 database. When I run this report on my desktop it runs fine and returns data but if I run it on the web, report is blank. It is as if it is not reading the parameters entered by the user at all. When I look at the parameters for this report they all have @ sign in front of them...@STRAT_DATE, @END_DATE etc...
But my other reports that were upgraded from version 8.5 to 10 do not have the @ sign in front. For some reason version 10 adds @ sign in front of the parameters. Does anyone has any as to what is going on here and how to fix this problem?
Thanks