Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox dilemma
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01470600
Message ID:
01470847
Views:
55
>Now that I got it to work, there is a side issue. The user can hit RETURN to cycle thru all of the controls on the form, textboxes mainly, but now I want to exclude this chkbox from getting the focus, I tried no default and also issue a RETURN .F in its WHEN event but it still gets executed.
>
Did you try to set TabStop = .f. on this checkbox ?

You can also put NODEFAULT in GotFocus event (and set focus to next control in sequence), but I think TabStop should do the trick.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform