Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grand total from repeating values in fields
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00507483
Message ID:
00508168
Views:
23
Claude,
Just like indexing a table:
SELECT * from MyTable into cursor MyCursor NOFILTER
select MyCursor
index on Field1 tag MyField

or 

Create cursor MyCursor (CurID I, Field1 C(20)....)
select MyCursor
index on Field1 tag MyField
The index is deleted automatically when the cursor is closed.

HTH
Barbara


>Did not know you could index a cursor? could you please post sample code. Thanks
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform