Dear All,
we are facing a strange crystal report issue. We are using the following code to print crystal reports from dexterity in GP 10 or below and sql server 2005 and below, works very nicely.
crxApplication = COM_CreateObject("COM_ReportView.clsReportView");
crxApplication.LaunchReport(Path, DSN, sDatabase, sUser,sPassword,FParam,DParam);
The same code when used in GP 2010 and SQL server 2008 R2, throws exception like below while printing crystal report from dex.
The Table XXXXX could not be found.
The report is attached to a SP and parameters were passed from Dex and was printing fine in GP10 / SQL server 2005. Issue happens when
printed from GP2010 / Sql server 2008 R2
It seems to be a compatible issue with SQL Server 2008 R2 and crystal report. Can any one pls tell what should be the class
used to print Crystal report from dex in GP2010/SQL Server 2008 R2. Is there any sample available. Or is there any alternative way to
print crystal report using dex with sql server 2008 R2
Kindly assist
Thanks in Advance,
Arun.
*This post is locked for comments