Guest_imported
New member
- Jan 1, 1970
- 0
I have a report with multiple recordsets. Within each recordset, there can be many sub-recordsets. I am having no problem filling the "parent" recordset, however the sub-recordsets come up as blank each time, even though the corresponding ADO object contains the data i need. I cannot get both recordsets to display. Crystal is just not reading the data contained in the sub-recordset. I am using two TTX files, one for the Parent recordsets, and one for the child recordsets. I am also using the SetTablePrivateData method, and adjusting the Table# parameter (0 for my first ADO.recordset object, and 1 for my 2nd ADO.Recordset object.) Perhaps there is some other property or method in Crystal that will work in setting two separate recordset objects to two TTX files of the same report?