Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you save a filter condition?
Message
 
To
05/09/1998 13:56:33
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00133456
Message ID:
00133611
Views:
12
>It's better to use
>set filter to (cfilter)
>
>Use the evaluate expression (i.e. parens) wherever possible. It is many times fster than macro substitution (&)
>//:^)

Larry,

You are right that name expressions are better than macros, but only where they work. A name expression will not work in the expression of a set filter. They only work where VFP is expecting the name of something. SET FILTER must be either;

SET FILTER &cFilter

or

SET FILTER EVALUATE(cFilter)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform