Thank you.
Could you please post some code how to open a ADT file with FW.
Is there much to change necessary to convert from dbf to ADT?
Regards,
Otto
Thank you.
Could you please post some code how to open a ADT file with FW.
Is there much to change necessary to convert from dbf to ADT?
Regards,
Otto
REQUEST ADS
rddRegister( "ADS", 1 )
rddsetdefault( "ADS" )
Set SERVER <LOCAL|REMOTE>
Set FILETYPE TO ADT //CDX or NTX
adsConnect60( "<DICTIONARY.ADD>", <SERVER TYPE>, "<USER>", "<PASSWD>" )
adsRightsCheck( .F. )Thank you very much.
ADS offers a free server for developers to test.
I think I will install the server and have a look.
Regards,
Otto
Try
while ok
copy record to tempfile
delete record
skip
endwhile
catch
restore records to original file from tempfile
end