Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid blanks when table is packed
Message
From
04/10/2006 13:06:22
 
 
To
03/10/2006 18:24:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01159158
Message ID:
01159431
Views:
20
>>Is there a simple way to get the number of non-deleted records in a table that is used in a grid? When I pack the table so I can use reccount(), the grid goes blank. I have used count for !deleted in the past, but is there a better way?
>if DELTED is on
>You can use:
>
>SELECT * from ALIAS() INTO ARRAY atemp
>?_tally
>
Another solution would be
COUNT FOR NOT DELETED() TO lnKount
Carsten
Carsten M. Thode
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform