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
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