Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tabstop in a Grid Not Working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01231787
Message ID:
01231801
Vues:
17
The column itself does not have a tabstop, but the control in the column does have one. By default it's the Text1 textbox, for example: grid1.column1.text1

Update: Hmm, it doesn't work. Grumble.

What works is usage of setfocus() in the keypress() of a column's control.
* This is in the keypress() event method of thisform.grid1.column1.
LPARAMETERS nKeyCode, nShiftAltCtrl
if nKeycode= 9
	nodefault
	thisform.grid1.column3.setfocus()
endif
>Hi.
>I have a Gris with a few columns, and I want the default behaviour of some of the columns to be Tbastop = .f., so the user should not land in them.
>
>I notice there is not a Tabstop control for the column itselef, so I set the Tabstop of the Control in the column to .F., however, the user still lands in the column, and the TabStop propert seems to make no diffeence.
>
>Is there a way of 'Jumping' over a column ?
>
>Regards,
>Gerard
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform