Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using tables without opening index
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00575192
Message ID:
00575231
Views:
19
The alternative to Cetin's solution could be:
*---------------------
rename cdx file
open table in VFP
*probably you will see warning "CDX file removed" and routine will continue *without user intervention
do what you need
rename cdx back
set index to indexfile.cdx
use
*-----------------


>Hi,
>
>Is it possible to open tables without opening their cdx-indexes in vfp6. In Clipper we have some tables with indexes containing expressions like
>"descend(dtos(mydate))", but in VFP 6.0 we can't open them. Now we need to open these tables to convert them.
>
>Thanks in advance,
>
>Sander
Previous
Reply
Map
View

Click here to load this message in the networking platform