Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to index results of query
Message
From
20/02/1998 08:48:12
 
 
To
19/02/1998 12:47:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00079892
Message ID:
00080068
Views:
30
Erik,

Here's how I do it:

Create the query with the NOFILTER clause to force a disk image.

Create the index like this:

INDEX ON &cField. TAG &cTag OF (THIS.cIndexFile)

cIndexFile is a property that contains the current CDX. The nice things is that VFP removes the CDX when it requeries or closes the cursor.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform