Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tab order of controls in container
Message
De
20/05/2004 11:19:37
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
20/05/2004 02:44:59
Randy Wessels
Screentek Business Solutions, Llc.
Phoenix, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00905061
Message ID:
00905643
Vues:
6
>What if that control is a grid and you want to control the tab order of the cells in the grid?
>
>For example, I have a grid that is tabbing from left to right on each row and the client wants it to tab from top to bottom starting in the first column and then move to the column to the right.
>
>Is there any way to do that?

You can play with bindevent(grid.column1.text1, "lostfocus", thisform, "yourmethod") and have your method do a skip in the underlying table and activate cell, or something like that.

Another way would be to play with the KeyPress of the textbox, and issue a KeyPress(downarrow) (i.e. find which keycode corresponds to downarrow) and a nodefault when the key pressed was enter or tab. You can do this with bindevent() as well.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform