PatMcLaughlin
Programmer
We have a legacy program built with Foxpro for Windows 2.6 that is still in use and not giving us any problems... until now. It uses data from a dbf file that we have recently changed to use foxpro 9.0 to create. The Foxpro 9 creates the dbf which is called zipcode_dnld.dbf and once created, it copies it to another directory used for production and names it zipc.dbf. It also copies its .cdx file. It will open and looks as expected in Foxpro 9.0 but when the 2.6 program attempts to use it it throws the error... "Not a table/DBF". Is there a way to have the Foxpro 9 continue to build it and copy it in a way to allow 2.6 to use it?