After a long time, i resolve the problem of "Out of memory" puting this line in Query Create:
CODE
{ TfrxIBXQuery }
constructor TfrxIBXQuery.Create(AOwner: TComponent);
begin
FQuery := TIBQuery.Create(nil); FQuery.UniDirectional := True; // this line...
Dataset := FQuery; SetDatabase(nil); inherited;
end;
Out of memory errors disapears.
Mais informações: http://www.fast-report.com/en/forum/index.php?showtopic=2383
