Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know the number of records in a cursor
Message
 
 
À
10/09/2003 13:39:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00827925
Message ID:
00827931
Vues:
12
>>so, i have a cursor and i want to know how many record i have
>>
>>
>>how can i do
>
>Salut Robert
>
>lnReccnt = RECCOUNT('yourcursor')
>
>HTH
>Mike

It may return incorrect result if cursor is a filtered table. You can either use system _TALLY variable right after select that creates the cursor or COUNT command on the cursor itself.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform