Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating temporary index tag at run-time
Message
From
12/05/2015 01:36:05
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01619642
Message ID:
01619646
Views:
47
>Hi,
>
>When the program creates a temporary index tag (sample code below), the executable creates a .cdx file in the TEMP folder on the PC.
>Is the name of this .CDX file always random at run time?
>
>
>index on SHOP + str( ORDER_NO, 6 ) tag PrintOrd
>SET ORDER TO TAG PrintOrd
>
>
>TIA.

If I'm not mistaken, the generated CDX is located in the same folder and has the same name as the DBF for which you created the CDX. So it's probably the case in your situation that the table for which you created the CDX was one that existed in the TEMP folder and had a random-looking filename (which is likely to be the case if the table in question was a cursor).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform