Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reccount to NOT count deleted records?
Message
From
24/10/1999 22:02:06
 
 
To
24/10/1999 21:55:34
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00280726
Message ID:
00280735
Views:
10
Hi Peter,

>The COUNT command - I didn't think that had a RETURN like the RECCOUNT().
> EX: thisform.lDesc="There are "+alltrim(str(RECCOUNT()))+" in this file"

You're right, it doesn't return. But it does place the value into a variable:
COUNT ect. TO lnRecVar
thisform.lDesc="There are "+alltrim(str(lnRecVar))+" in this file"
>P.S. Much better picture - doesn't look like a mug shot!!

Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform