Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to filter a Grid (BROWSE FOR id_user=123, but with G
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00090364
Message ID:
00090689
Vues:
19
Christian,

One way to achieve what you look for is use a parameterized view. In the where clause, simply put WHERE id_Product = ?vp_idProduct.

In your code, provide a value, like here:
vp_IdProduct = 123
REQUERY()

José
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform