Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read-only Grid
Message
De
17/10/1997 13:34:20
 
 
À
17/10/1997 13:15:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00055196
Message ID:
00055199
Vues:
29
>I'm messing around with grids for the first time (VFP5).
>I have a form with two grids from unrelated tables and a command button.
>I would like to know how to make the grids read-only and work in such a way that the TAB key cycles among the objects, and not within columns of a grid that has focus.
>
>Thanks.

Grid.ReadOnly=.T.
To provide tabbing you have to intercept TAB key in Grid.Column.Control.KeyPress event and SetFocus to another object programmatically.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform