Need to use Clipper 5.3 DBFs in a Foxpro DOS application. Clipper DBFs opens, reindexes, and processes correctly in Foxpro DOS application. However, when a new field - phone_no1 - is added to the Clipper DBF using Foxpro DOS and is index on, the following error is generated:
ERROR: Variable 'PHONE_NO1' NOT FOUND
CODE: INDEX ON phone_no1 TAG posphone1
Missing: PHONE_NO1
The new field was added using COPY STRUCTURE EXTENDED and appending a new record for the new field. The new field can be use as any other field within Foxpro DOS except for indexing.
All suggestions on how to index on the new field will be appreciated...
Thanks
Bill....
ERROR: Variable 'PHONE_NO1' NOT FOUND
CODE: INDEX ON phone_no1 TAG posphone1
Missing: PHONE_NO1
The new field was added using COPY STRUCTURE EXTENDED and appending a new record for the new field. The new field can be use as any other field within Foxpro DOS except for indexing.
All suggestions on how to index on the new field will be appreciated...
Thanks
Bill....