Hello !
I'm still using D1 and TITAN to acces btrieve Tables.
Now, I have a problem. I'm trying to open a table which in a directory which
has no DDF.
I'm using TITAN's functions and objects to open the table, but I have no
documentation on how to read
field values from the table.
Anyone done it ? I need some help to finish it.
here is the code
TitanTable := TWinBtr.Create(nil);
try
TitanTable.Open(Filename, '', 0);
TitanTable.First_Item;
// Here I'd like to read a certain field value form the table
?????????????
TitanTable.Close;
finally
TitanTable.Free;
end;
--
Tnx, Boris
www.ugankar.net - Ugankarski slovar ON-LINE