Dataset "" is no exists
Hi Im using FR3.7, I have a report and I asssign dinamicly the dataset And i still
getting thie error (Dataset "" is not exits) why?
Thanks.
getting thie error (Dataset "" is not exits) why?
Thanks.
Comments
begin
frxreport1.DataSets.Add(frxDBDataset2);
frxdbdataset2.Open;
end;
I have assigned alredy (design time) a dataset to my frxDataset2
frxReport1.EnabledDataSets.Add(frxDBDataSet1);