Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does anyone else consider this a bug?
Message
From
06/05/2005 16:54:17
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011713
Message ID:
01011795
Views:
17
>Hi
>
>If you set the TabStop property to false for a container then pressing the Tab key inside the container does not move you to the next control in the container. Instead it jumps out of the container to another object.
>

After every ContainerMember.LostFocus,
VFP call the Container ( When ) cycle and read:
*** TAB keyboard message
...
CN1.ActiveControl.LostFocus
CN1.VISIBLE
CN1.ENABLED
CN1.TABSTOP
CN1.NextControl.VISIBLE
CN1.NextControl.ENABLED
CN1.NextControl.TABSTOP
* another time !!!!!
CN1.NextControl.VISIBLE
CN1.NextControl.ENABLED
CN1.NextControl.TABSTOP
CN1.ENABLED
CN1.NextControl.When()
....
>I expected the behaviour to be that I could not tab to the container control but once a control in the container had focus I should be able to tab to the next control in the same container. If I wanted to prevent this behaviour I could set the TabStop property to false for each of the controls in the container.
>
>The present implementation appears flawed to me.
>
>Simon
Previous
Reply
Map
View

Click here to load this message in the networking platform