TADODataset.CreateDataset
I place a TADODataset on a form. I then call TADODataset.CreateDataset to create an empty ADO dataset and use Append() and Post() to add records to it. I then call TfrReport.DesignReport() to open the report designer. Then I create a new form/dialog page and place a TfrADOQuery on it. I then select "Form1.ADODataset1" for the DataSource. Whenever I try to set Active=True I get an error about "missing connection or connectiontext".
I've looked at the source code in FR_ADOQuery.pas, and I'm pretty sure that FastReports 2.5 does not support using a TADODataset which is created using CreateDataset, is this true?
I've looked at the source code in FR_ADOQuery.pas, and I'm pretty sure that FastReports 2.5 does not support using a TADODataset which is created using CreateDataset, is this true?