Bug with inheritance and datasets
Hi,
I have a report named "Parent.fr3" that contain only a header band with a few fields. In my source code, I use a TADODataSet with a TfrxDBDataset to show the data in FastReport. My Dataset "DBData" is in the list of the "Data" tab in FastReport.
I created a child report named "Child.fr3" (that inherit from "Parent.fr3") that slightly change the visual of the report. Each time that I open, modify and save "Child.fr3"... FastReport add a duplicated "DBData" in the "Data" tab. It doesn't seem to slow down the speed of reporting, but it does pollute the list of datasets.
I have a report named "Parent.fr3" that contain only a header band with a few fields. In my source code, I use a TADODataSet with a TfrxDBDataset to show the data in FastReport. My Dataset "DBData" is in the list of the "Data" tab in FastReport.
I created a child report named "Child.fr3" (that inherit from "Parent.fr3") that slightly change the visual of the report. Each time that I open, modify and save "Child.fr3"... FastReport add a duplicated "DBData" in the "Data" tab. It doesn't seem to slow down the speed of reporting, but it does pollute the list of datasets.
Comments