Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to filter a Grid (BROWSE FOR id_user=123, but with G
Message
 
To
08/04/1998 04:43:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00090364
Message ID:
00090689
Views:
18
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é
Previous
Reply
Map
View

Click here to load this message in the networking platform