Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Goto next row in grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00178880
Message ID:
00179066
Vues:
26
>>>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,
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform