Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scoping a filter
Message
De
12/02/2007 11:55:17
 
 
À
12/02/2007 11:32:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01194766
Message ID:
01194781
Vues:
7
Use a SELECT or a View to get the data instead of a filter. When a BROWSE is based on a filtered data, the scrollbar and thumb don't work properly.

>Suppose the init of a form USES a table and sets a filter based on a local variable as in
>
>
>** form.init
>lparams lcFilter
>use mytable
>set filter to field1 = lcFilter
>
>
>The form also has a button for BROWSE but the browse fails because the variable lcFilter is out of scope for the button. What is the best technique to deal with this?
>
>- Don
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform