Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid blanks when table is packed
Message
De
04/10/2006 13:06:22
 
 
À
03/10/2006 18:24:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01159158
Message ID:
01159431
Vues:
21
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform