FastScript and RemObjects components (TfrxDATable)

edited 2:20PM in FastReport 4.0
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.

Comments

  • gpigpi
    edited 2:20PM
    Did you add someting like TfrxDAComponets (like TfrxADOComponents) in your project?
  • edited 2:20PM
    gpi wrote: »
    Did you add someting like TfrxDAComponets (like TfrxADOComponents) in your project?

    yes!
  • gpigpi
    edited 2:20PM
    Try to ask TfrxDATable developers

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.