Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INDEX on Cursor (How to do) ?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00816541
Message ID:
00816613
Views:
19
>How do I create an Index on a Cursor, and then use this cursor for SEEK() statement?
>
>(I need this for incremental search on Data-bound grid; cursor is Grid recordsouce.)
>
>Fz - Boston MA
create cursor junk (MyField C(10))
index on MyField TAG Junk
or
select * FROM SomeTable INTO CURSOR Junk
SELECT JUNK
INDEX ON SomeField TAG Junk
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Reply
Map
View

Click here to load this message in the networking platform