Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Filter
Message
From
02/09/1999 21:29:00
 
 
To
02/09/1999 19:37:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00260914
Message ID:
00260948
Views:
13
>I am utterly confused on how to get a GRID redisplayed after I apply a filter.
>
>Right now I have 2 fields from COL1, COL3 from TBL1 in the GRID, I have this GRID placed in a PAGEFRAME (PAGEFRAME1) on PAGE1. I have a FILTER that has a TEXT BOX that USERS key in the information to FILTER on.
>
>How does this happen
>
>Thanks

If the grid is already set to look at the specified table, all you need to do is refresh it:

SET FILTER TO Somefield = SomeCondition
THISFORM.PageFrame1.Page1.Grid1.Refresh()
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform