Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Goto next row in grid
Message
De
25/01/1999 09:25:19
Shane Gilbert
Oklahoma State Department of Education
Norman, Oklahoma, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00178880
Message ID:
00179783
Vues:
30
>>>>Nope. Just tried it. If I'm in the last column of the grid, right arrow moves me to the last column of the next row. You must be using a subclass of VFP grid class which automatically selects first column when you change row.
>>
>>Use the ActivateCell method combined with the ActiveRow and ActiveColumn properites of the grid. In the LostFocus of the control in the last column put THISFORM.mygrid.activatecell(THISFORM.mygrid.activerow + 1, 1).
>
>I wasn't asking how to accomplish the row movement ... we had digressed to a discussion of how a grid object handles arrow keys.
>
>Thanks anyway,

Thanks for the two options.

Shane
--Shane
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform