Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tab moving from last cell in grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00027782
Message ID:
00027790
Vues:
29
>>When entering data in a grid, currently when the user gets to the last cell in the first row, the tab key moves the cursor back to the first cell in the first row. How do I get it to automatically move to the first cell of the next row?
>>
>>Jeff
>
>You have to intercept TAB key in KeyPress event with NODEFAULT, and use Grid.ActivateCell(n+1,1) there.

I'm having trouble finding the KeyPress event, neither the Grid or the Column appear to have one.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform