Greetings,and thanks in advance!
First I must say that dbase is an obscure entity for me,I worked with oracle some time ago,but never had to work with dbase before,to me it seems as an obsolete technology, but I might be wrong.
I need to transfer data from a delphi win32 aplication using paradox to a DOS based application using Dbase 5.(

Blame my boss,I know it's a step backwards)
So I first tried to edit the dbf file, used openoffice 2 calc application to import from paradox to dbase format.
It seemed to work right in short all I did was:
* Copied an pasted all the data from the db file to the dbf file (Made some format changes and cleanup).
* Used reindex option from the dos application.
Listing works fine from the DOS application,(customer and articles).
*BUT*
There's no way to process an invoice , when I try to select the customer code it simple ignores me as it didnt exist although the code appears in the listing option.So the tables are not being related.
I entered a customer "by hand" and it was selected correctly under the invoice processing option, so I wonder what I have messed up.
I supose it's the ndx files, but didn't the reindex option from the DOS application handle that?
Can I recreate the ndx files in a useful way?
Am I missing something else?
What othe options do I have,using a obdc driver for dbase maybe?