Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fast Rushmore optimized filtering in grid controls
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Fast Rushmore optimized filtering in grid controls
Divers
Thread ID:
00881790
Message ID:
00881790
Vues:
60
I have a VFP8 application that includes grid controls on forms that are bound to a table that has 4 million records and is over a gigabyte in size. The grid controls work very well for users to view and edit the data.

While the users can find their data easily with a SEEK command, I would like to add the ability to filter the data based on a user specified criteria.

Obviously SET FILTER is out of the question with a table of this size, but at the command prompt a simple BROWSE FOR table.field = "xyz" for the commonly needed filtering works very well with the indexes that I have.

Is there an way to get the same Rushmore optimized filtering in a grid control?

Thanks,
Jeff
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform