Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grand total from repeating values in fields
Message
 
À
16/05/2001 10:24:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00507483
Message ID:
00508168
Vues:
24
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform