Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental Search
Message
De
16/05/2015 08:12:12
 
 
À
16/05/2015 03:26:17
Muthu Vel
Sty Company
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01619905
Message ID:
01619911
Vues:
56
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform