Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing tab order in a grid
Message
 
 
To
06/10/2006 09:28:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01159985
Message ID:
01160008
Views:
14
>In the LostFocus() of the textbox in column1:
>
>
>This.Parent.Parent.Column3.Text.SetFocus()
>NODEFAULT
>
Hi Marcia,

Wouldn't it preven mouse navigation in the grid when cursor is in the first column?
IF NOT MDOWN()
	This.Parent.Parent.Column3.SetFocus()
	NODEFAULT
ENDIF	
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform