DBISAM integration in FR

Hello,

I have created DBISAM wrapper for FR using Extras,
then I am trying to install pachage the erro apears:

Undeclared Indentifier "GetTableNames"

in the procedure

procedure TfrxTableNameProperty.GetValues;
begin
inherited;
with TfrxISMTable(Component).Table do
if Database <> nil then
DataBase.GetTableNames(Values, False);
end;

at line 91 in unit frxXXXEditor;

Is it possible install DBISAM in FR?

Thanks
Tom

Comments

  • edited 2:16PM
    The template used in the "New DB engine" wizard was from IBX. You should adapt some lines of code to work with DBISAM.

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.