Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to have multiple index in cursor?
Message
From
02/01/2001 10:21:51
Walter Meester
HoogkarspelNetherlands
 
 
To
02/01/2001 10:03:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00458443
Message ID:
00458456
Views:
16
Hi, john

> How to have multiple index in cursor after i select subset of records from table in order to allow user SEEK record using multiple keyword??

Make it writable:

USE (DBF("MyCursor")) again alias myWritableCursor in 0
SELECT myWritableCursor
INDEX ON ... TAG ...
INDEX ON ... TAG ... ADDITIVE

Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform