Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if a table has no nondeleted records (empty)
Message
 
To
02/09/1998 13:38:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00132456
Message ID:
00134070
Views:
18
>>how is an efficient way to tell if a table has no active records.
>>
>>thanks, brenda
>
>SET DELETED ON
>COUNT TO nTotal
>IF nTotal=0
>...

Or:

SET DELETED ON
GO TOP
IF EOF()
...
Previous
Reply
Map
View

Click here to load this message in the networking platform