migration: DataSets problems
I try to migrate reports using frReport.SaveToFR3File(frReport.FileName);
It works,but:
1. the imported datasets are not activated. I must go in Report-Data-SelectReportdatasets and to check them manually. Since I have to migrate hunderts of reports it couldn`t be a solution.
2.(Because no dataset checked during the migration) No data available will be shown in Data page. No one band is connected to data. I should assign datasets manually band after band.
3. Datasets are placed onto Dialogform. Memos in 3 are Memo.text="[DialogForm.Query1."Nachname"], but that is not functioning, I should erase DialogForm. in order to see the memo working.
OK, the last change I can do in XML file. But I couldn't identify where in the file the datasets are set to active. I suppose this is in Propdata of Dataset, but how can I change it?
It works,but:
1. the imported datasets are not activated. I must go in Report-Data-SelectReportdatasets and to check them manually. Since I have to migrate hunderts of reports it couldn`t be a solution.
2.(Because no dataset checked during the migration) No data available will be shown in Data page. No one band is connected to data. I should assign datasets manually band after band.
3. Datasets are placed onto Dialogform. Memos in 3 are Memo.text="[DialogForm.Query1."Nachname"], but that is not functioning, I should erase DialogForm. in order to see the memo working.
OK, the last change I can do in XML file. But I couldn't identify where in the file the datasets are set to active. I suppose this is in Propdata of Dataset, but how can I change it?
Comments
I have tried the convertion utility to migrate the most simple DB report
The 2.54 report consist of a master databand with a field on It.
I use the TFrDBDataSet on the same form as the TFrReport to access the Sql data.
After converting the .frf to .fr3 an opening it with a TFrxReport, I am never able to select any dataset.
What should I do ? do I miss something ?
Dominique Van Roie
1) the TFrxMemoView is no more a child of the master data band
2) All components loose their dataset property
3) THe dataset name change : in Fr2 it is the name of the dataset attached to the FrDBDataSet while in fr3 it is FrDBDataSet.Name ...
Do I miss something ?
Thanks
Dominique Van Roie
so