Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container - Selective GotFocus on Click/Tab
Message
 
To
03/02/2009 14:13:06
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01379017
Message ID:
01379019
Views:
20
>I have a container that contains a textbox and a dropdown. When the mouse is clicked over the texbox, or the container is tabbed into, I want the textbox to have the focus. When the mouse is clicked over the dropdown, I want that to have the focus. I put code originally into the container.gotfocus like this:
>
>THIS.EntryTextBox.SetFocus
>
>But that causes problems when you click over the dropdown, the textbox gets the focus, then a 2nd click allows the dropdown to get the focus. How can I make this work?

Set this form EntryTextBox And DropDown:
EntryTextBox.TabIndex = 1
DropDown.TabIndex = 2
And then you will not to worry about what control will get the focus when the user use KeyBoard to tab to Container
Remove your code from Container GotFocus event
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform