I have an accounting system running, and I'm receiving transactional error while opening a certain database. The problem is that some index files (CDX) are corrupt. The table file (DBF) seems to be perfect. I can open it and read it all even with Excel. How can I rebuild these cdx files with visual fox pro?
I'm trying:
Use mydatabase.DBF exclusive
Reindex
Close all
But it's generating a FXP file. I'm not sure if this will work or what should I use.
Also, forgive me if I'm doing something totally wrong with this. I'm trying to learn VFP in this moment, since I need to fix this trouble.
Thanks in advance.