Hi, I have a strange one, I think.
I have a small VB app that uses the RDC to Preview, Print, and Export reports against a SQL server database. The VB is primarily used to connect to different databases on the SQL server - and to update the database locations within the report and then execute it. This all works (or worked) fine.
However, after 'upgrading' some unrelated software (which included MDAC 2.7 - Everyone was using 2.5 I think), I have 1 report which will no longer export properly. The report has subreports, and the content of the subreports is not being exported.
The VB program does indeed loop through the subreports and sets the database location appropriately, but as I said, the export function (eg: CRXReport.Export) is not displaying the info anymore. Preview and Print still work fine.
Anyone have any idea which Report designer component handles exporting, or does anyone know of any issues that might be caused by installing MDAC 2.7?
I am using VB6.0, Crystal 8.5.
Thanks for any thaoughts at all.
I have a small VB app that uses the RDC to Preview, Print, and Export reports against a SQL server database. The VB is primarily used to connect to different databases on the SQL server - and to update the database locations within the report and then execute it. This all works (or worked) fine.
However, after 'upgrading' some unrelated software (which included MDAC 2.7 - Everyone was using 2.5 I think), I have 1 report which will no longer export properly. The report has subreports, and the content of the subreports is not being exported.
The VB program does indeed loop through the subreports and sets the database location appropriately, but as I said, the export function (eg: CRXReport.Export) is not displaying the info anymore. Preview and Print still work fine.
Anyone have any idea which Report designer component handles exporting, or does anyone know of any issues that might be caused by installing MDAC 2.7?
I am using VB6.0, Crystal 8.5.
Thanks for any thaoughts at all.