Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incremental Search
Message
From
16/05/2015 08:12:12
 
 
To
16/05/2015 03:26:17
Muthu Vel
Sty Company
India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01619905
Message ID:
01619911
Views:
57
>I have a form namely Search .Scx, In that i have placed one text box namely txtseach and one grid control. Further i have a table namely phone.dbf . The record source of the grid is Phone.dbf.
>
>I want the list of records in the grid to be filtered based on what I have typed in txtsearch box.
>
>How to do this?

if the grid is table bound, "set filter" to the alias.
If you are using cursors via cursoradapter, adapt whereclause to include a filterexpression and requery. No grid unbinding in this case, IMO best technique.
If you are using safe select technique for grids, fill your gridcursor again based on new filter.
Previous
Reply
Map
View

Click here to load this message in the networking platform