Using VB6, Crystal 8.5 and the RDC.
I am setting the datasource of the main report and two subreports (linked on the same field) to an ADO recordsource. The data on the main report comes through fine; however, the subreports do not bring up any records, even though there are records there.
If I do not set the datasource, the report works fine, so I assume the problem is linked to the setdatasource method. For test purposes, I have set the datasource to exactly the same fields as the original report, and it still does not work.
Somehow the link is being lost. Is there something I need to set to maintain the link?
Thank you,
Elky Langer
I am setting the datasource of the main report and two subreports (linked on the same field) to an ADO recordsource. The data on the main report comes through fine; however, the subreports do not bring up any records, even though there are records there.
If I do not set the datasource, the report works fine, so I assume the problem is linked to the setdatasource method. For test purposes, I have set the datasource to exactly the same fields as the original report, and it still does not work.
Somehow the link is being lost. Is there something I need to set to maintain the link?
Thank you,
Elky Langer