Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RecordCount after setting Filter
Message
From
23/04/2010 15:08:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01461631
Message ID:
01461787
Views:
63
>>>This moves the recordpointer.
>>
>>This won't::
>>
>>
>>SET DELE ON
>>SELECT <SomeField> TO SCREEN NOCONSOLE
>>?_TALLY
>>
>
>It will not respect current SET FILTER either

Oh, shoot, you're right -- how did I overlook that...

So, it should probably be something like this:
SET DELE ON
lcFilter = FILTER(<SomeTable>)

SELECT <SomeField> TO SCREEN FROM <SomeTable> NOCONSOLE WHERE &lcFilter
?_TALLY
Admittedly clunky...
Pertti Karjalainen
Product Manager
Northern Lights Software
Fairfax, CA USA
www.northernlightssoftware.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform