Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids Tab Key
Message
De
09/08/2000 05:19:02
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00402488
Message ID:
00402684
Vues:
10
>I want to navigate between my form controls when pressing the TAB key inside the grid instead of changing the column.
>
>Thanks,


In BeforeRowColChange you can check the lastkey() and TAB to another form conrtol. ie:
LPARAMETERS nColIndex
if lastkey()=9 and !mdown()
	nodefault
	keyboard '{Ctrl+TAB}'
endif
if lastkey()=15 and !mdown()
	nodefault
	keyboard '{Ctrl+Shift+TAB}'
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform