Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INDEX on Cursor (How to do) ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00816541
Message ID:
00816613
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform