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 4:27PM
    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