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:
00033917
Vues:
47
>>>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.

yes it is...try SCAN or LOCATE
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform