Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How i know if my table have records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00033885
Message ID:
00033915
Vues:
43
>>RECCOUNT() also counts deleted records!
>
>if you do not want the DELETED records than...
>
>count = 0
>use mytable
>do while !eof()
> if !deleted()
> count = count + 1
> endif
>enddo
>
>?count && your number of not deleted records

I think DO WHILE !EOF() is a lot slower than Mr. Shevchenko's program.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform