We have some reports that we display from a VB application. They worked with CR8.5, but after converting them to CR9 and changing the application's components, no data is displayed. There are no error messages, but the reports are completely blank.
We have an object that implements CRDataSourceLib.CRDataSource, and we pass data to the report's tables via Table.SetDataSource passing the implemented object. I think this is where the problem lies, but I don't know how to fix it. The reports originally used the native SQL Server driver, but when saving them in CR9, they automatically changed to the ODBC driver.
We have some other reports that get their data directly from the database (instead of a CRDataSource object), and those work.
Any ideas would be appreciated.
Brian
We have an object that implements CRDataSourceLib.CRDataSource, and we pass data to the report's tables via Table.SetDataSource passing the implemented object. I think this is where the problem lies, but I don't know how to fix it. The reports originally used the native SQL Server driver, but when saving them in CR9, they automatically changed to the ODBC driver.
We have some other reports that get their data directly from the database (instead of a CRDataSource object), and those work.
Any ideas would be appreciated.
Brian