Hello, and thanks for any help you might be able to give me.
I'm new to Crystal Reports and have been tasked with creating a report in a VB application using an SQL database.
I'm making this report that involves multiple tables from the SQL Database, and includes several sub reports. The main body of the report needs to reference data from several different tables, and each sub report will be referencing data from one (distinct) table per subreport.
I think what I'm wanting to do is create multiple TTX files (one for each table) and pass the ADO recordset for each table to the report.
I'm really stuck on the mechanics of how to both create the TTX files off the SQL database so that I can format the report body and sub reports, and how to pass the ADO recordsets to the report from the VB app.
Any help, guidance, reference material would be greatly appreciated.
Kenneth W. Scott
(n00b)
I'm new to Crystal Reports and have been tasked with creating a report in a VB application using an SQL database.
I'm making this report that involves multiple tables from the SQL Database, and includes several sub reports. The main body of the report needs to reference data from several different tables, and each sub report will be referencing data from one (distinct) table per subreport.
I think what I'm wanting to do is create multiple TTX files (one for each table) and pass the ADO recordset for each table to the report.
I'm really stuck on the mechanics of how to both create the TTX files off the SQL database so that I can format the report body and sub reports, and how to pass the ADO recordsets to the report from the VB app.
Any help, guidance, reference material would be greatly appreciated.
Kenneth W. Scott
(n00b)