Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do we 'Browse Key...' in grids?
Message
De
24/08/1998 04:22:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00129127
Message ID:
00129222
Vues:
18
>
>You can;
>
>SET FILTER TO ...
>
>SET KEY TO ...
>
>SELECT * FROM TableA WHERE Key = ... INTO CURSOR Results
>
>Create a parameterized view in a databse and then;
>
> ParameterVariable = KeyValue
> USE TheView
>
>Or a number of other options.

the set key command looks favourite. Thats a new one on me. The filter and query options are far too slow once we're using large tables. Thats why we gave them up in FP2.6 and created appropriate indices instead.

But also see my previous reply - the opening of the second instance of the table in the relevant key order and making it the recordsource for the grid does seem to do the job.

Many thanks

Harry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform