|
@@ -64,11 +64,7 @@ begin
|
|
FDataset.RemoveFreeNotification(Self);
|
|
FDataset.RemoveFreeNotification(Self);
|
|
FDataSet:=AValue;
|
|
FDataSet:=AValue;
|
|
if Assigned(FDataset) then
|
|
if Assigned(FDataset) then
|
|
- begin
|
|
|
|
FDataset.FreeNotification(Self);
|
|
FDataset.FreeNotification(Self);
|
|
-// if FDataset.Active then
|
|
|
|
-// InitFieldDefs;
|
|
|
|
- end;
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
function TFPReportDatasetData.GetIsOpened: boolean;
|
|
function TFPReportDatasetData.GetIsOpened: boolean;
|