Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting filter on a table
Message
De
18/07/2002 10:54:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Setting filter on a table
Divers
Thread ID:
00679990
Message ID:
00679990
Vues:
45
Using VFP7.

I have a table in my form that I display in a grid. I want to be able to set a filter on the table when a user selects a value from a drop down.

In my drop down Interactivechange I do this:

***
SELECT mytable
LOCAL lcfilter
lcfilter = THISFORM.combo.value
SET FILTER TO mytable.myfield = lcfilter
***

When I do this, I keep getting an error "Variable lc_product is not found".

How do you set a filter in a form?

Thanks,

Jerryt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform