Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBase III (3)
Message
From
26/04/2012 11:21:53
 
 
To
26/04/2012 06:02:02
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Miscellaneous
Thread ID:
01542640
Message ID:
01542678
Views:
93
>Hi all,
>
>May I know how reindex DBASE III in Visual foxpro. Currently i am writing a program to append data into DBASE III (3) table. However I notice that I need to reindex in the Application that written for DBASE III. Otherwise, it will not be displayed properly. When I use the VFP to open the DBASE III table, I can not see the index.
>
>Or is there any program that I can use for the purspose of reindex the DBASE III tables with some selected tables only by passing parameters, without user to run the reindexing program and choose the table manually.
>
>Thanks in advance for your help.

You don't want to try reindexing using CDX files as that will likely render the DBF file incompatible to dBASEIII. What you need to do is to use and separate IDX files. IIRC the syntax for opening table with indxex was:

USE dbf-filename INDEX idx-filename-list

and selection of index was:

SET INDEX TO idx-filename
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform