Hi,
Can someone helps me?(I have never worked with tables .dbf). I would like read informations from tables .dbf, but it doesn't work. My code is similar to this:
with Table1 do begin
ACTIVE := TRUE;
IndexName := 'STCLASM1';
FindKey(['10']);
E.Text:= table1.fieldByName('clas_fdesc').AsString;
end;
The message I receive is: Table is busy!
If I do copy of table it works, but I would like to be able find my data even if the table is in use. The index files have extension cdx. I do same things with tables Paradox and SQL and I don't have the problems.
I will appreciate any help!
Can someone helps me?(I have never worked with tables .dbf). I would like read informations from tables .dbf, but it doesn't work. My code is similar to this:
with Table1 do begin
ACTIVE := TRUE;
IndexName := 'STCLASM1';
FindKey(['10']);
E.Text:= table1.fieldByName('clas_fdesc').AsString;
end;
The message I receive is: Table is busy!
If I do copy of table it works, but I would like to be able find my data even if the table is in use. The index files have extension cdx. I do same things with tables Paradox and SQL and I don't have the problems.
I will appreciate any help!