Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids Tab Key
Message
From
09/08/2000 05:19:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00402488
Message ID:
00402684
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform