Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BROWSE command problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00592848
Message ID:
00592999
Views:
17
>Richard,
>
>Sergey and Nadya have told you why the filter doesn't work and you get the error. Here's a way to di ti without using a macro;
>
>
>lcValue = Thisform.PropertyName
>SET FILTER TO < fieldname > = lcValue
>
This would work as long as the variable lcValue is in scope. To prevent error 'Variable "lcValue " not found' you should remove filter after BROWSE.
lcValue = Thisform.PropertyName
SET FILTER TO < fieldname > = lcValue
* BROWSE ...
...
SET FILTER TO 
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform