RobPouwelse
Technical User
I need to convert a .db file (Paradox 7) to a text file.
I know the architecture of the text file must be
cell[tab]cell[tab]cell[tab]cell (eol)
cell[tab]cell[tab]cell[tab]cell (eol)
until i get to (eof)..
the problem i have is: How can i get that cell information?
the only function i found that would (probably) solve my problem is "TCustomDBGrid.GetFieldValue".. But when i try to implement it into my program it gives an "undeclared identifier GetFieldValue".. I did include the right unit so that couldn't be it..
tnx in advance,
I know the architecture of the text file must be
cell[tab]cell[tab]cell[tab]cell (eol)
cell[tab]cell[tab]cell[tab]cell (eol)
until i get to (eof)..
the problem i have is: How can i get that cell information?
the only function i found that would (probably) solve my problem is "TCustomDBGrid.GetFieldValue".. But when i try to implement it into my program it gives an "undeclared identifier GetFieldValue".. I did include the right unit so that couldn't be it..
tnx in advance,