Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange Behaviour of TAB/Enter-Key on Form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01662603
Message ID:
01662613
Views:
68
Likes (1)
>Hi there,
>
>on one of the forms in my app the tab/enter-key behaves strange and opposite
>to what happens on other forms. The form houses two containers, the first one is a
>class with some buttons (New/Edit,,,), the second one contains controls like textboxes,
>comboboxes and checkboxes. The problem is that when I hit the tab- or enter-key. the
>focus does not move to the next control but to the first button of the other container.
>This happens with every control on the form like there would be something like a key-preview,
>but there isn't.
>Has anyone an idea what I did wrong )or is wrong)
>
>Best regards
>
>Thomas

This would happen if the second Container.TabStop property value is .F., so the focus jumps to the container with property TabStop = .T.
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform