Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pick list data through CursorAdapter()
Message
De
28/04/2003 18:08:18
 
 
À
28/04/2003 17:54:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00782491
Message ID:
00782500
Vues:
14
>In our framework, for base VFP tables, we have a pick list ability for, for example, the customer table. So, when a user select Customers from the menu, the pick list appears. From that pick list, the user can open several customer forms. When working with SQL Server, this doesn't work exactly like that. Basically, it doesn't apply very well to show a grid with all the records when in such circumstances. Will CursorAdapter() serves me well in that situation? Basically, would it there be a possibility for me to continue to use the grid pick list for a SQL Server backend by that use?

Generally you don't want to bring across ALL the records. At the top of the grid you can have some fields that you have parameterized the view (CA) on. Once the user fills them in they can press a search button which will populate the parameters and get the matching data, which will be displayed in the grid.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform