Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BROWSE command problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00592848
Message ID:
00592999
Vues:
16
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform