Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How i know if my table have records
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00033885
Message ID:
00033917
Views:
49
>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform