Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How i know if my table have records
Message
From
28/05/1997 15:32:54
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00033885
Message ID:
00033903
Views:
50
>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
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform