Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Total of records after delete
Message
 
 
À
10/12/2009 10:56:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01438395
Message ID:
01438400
Vues:
66
SELECT 1 FROM louvores TO SCREEN NOCONSOLE
?_TALLY
>I have a cursor created in the following way:
>
>AFIELDS(oEstru2, 'louvores')
>CREATE CURSOR NovaLouvores FROM ARRAY oEstru2
>
>
>After DELETED some records I need to know the quantity of records not deleted.
>SET DELETE is ON.
>I can't use RECCOUNT because if returns deleted+undeleted. So I'm using
>
>count for !deleted()
>
>
>The problem is that COUNT operates only in the current work area. Can't point to an 'Alias'.
>Is it possible to do that in other way?
>Thanks!
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform