hi, I have a report structure with queries and a fr3 file running, I'm migrating this structure to a class, where I create the query dynamically with the same fields, and also create the tFrxreport, I'm creating TfrxDBDataset linking them with the queries and using the method. frReport.DataSets.Add (fNotascab); When I run the project and go to design all the queries for me, those from the previous project that are in the datamodule and the current ones that are in the class, would I have to make only the class?
Comments