Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Total of records after delete
Message
From
10/12/2009 10:59:23
 
 
To
10/12/2009 10:56:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01438395
Message ID:
01438396
Views:
62
lcAlias=select()
Select yourcursor
count for !deleted() to lndeleted
select (lcAlias)
>Hi.
>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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform