FastScript and RemObjects components (TfrxDATable)
I have insert a component TfrxDATable in my report but when I try to recall he in the code of my script (inside the file .fr3), he return me this error: "Type unknown: TfrxDATable".
In my pascal code I have:
procedure Page1OnBeforePrint(Sender: TfrxComponent);
begin
DATable1.Filtered := false;
end;
Thanks and best reguards.
In my pascal code I have:
procedure Page1OnBeforePrint(Sender: TfrxComponent);
begin
DATable1.Filtered := false;
end;
Thanks and best reguards.
Comments
yes!