Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing tags
Message
From
06/04/2015 16:59:49
 
 
To
06/04/2015 16:50:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01617830
Message ID:
01617864
Views:
39
>>Hi All:
>>
>>I just USED a table and tried to SET ORDER TO and got this:
>>
>>
>>table has no index order set
>>
>>
>>There is a CDX file by the same name, but the table is obviously not talking to it. I tried to do a REINDEX, but that did not work.
>>
>>How can I get my index tags back?
>>
>
>If the DBF have been opened exclusive without the presence of the CDX, then the CDX reference is automatically deleted from the DBF.
>
>To rejoin the CDX you can do this:
>
>USE filename.DBF EXCLUSIVE INDEX filename.CDX
>
>Then you can reindex. Next time you open the table, the index is opened automatically again.
>
>Regards.-

Fernando,

Voila! Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform