Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing tab order in a grid
Message
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:
01160078
Views:
13
>>>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	
>>
>
>
>This may still not be a good solution because when the user presses the up and down arrow keys, the focus will still be set to column3. Returning .F. from the When event of column2 will be a better solution.

Hi Ben,

Right.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform