I recently upgraded to Crystal 8.0 from 7.0.
In a VB 6 application, I have a report defined under the designers folder. This report was created using Active Data. The VB application creates a recordset and sets the datasource of the report to the recordset, e.g. crReport.Database.SetDataSource rs.
Everything still works after I converted to crystal 8, but I have a field in the detail section with the 'Can Grow' option checked. When I view the report, the field is expanded an extra line on every record. This did not happen when the report ran under Crystal 7.0.
Any ideas why this is happening?
In a VB 6 application, I have a report defined under the designers folder. This report was created using Active Data. The VB application creates a recordset and sets the datasource of the report to the recordset, e.g. crReport.Database.SetDataSource rs.
Everything still works after I converted to crystal 8, but I have a field in the detail section with the 'Can Grow' option checked. When I view the report, the field is expanded an extra line on every record. This did not happen when the report ran under Crystal 7.0.
Any ideas why this is happening?