Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why cant a SetFocus be used in Valid method ?
Message
From
19/05/2002 03:41:01
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00658596
Message ID:
00658647
Views:
19
Hello, Gerard

Besides what Sergey and Jim said to you (and they're right), there is a way to set focus from the Valid event. If the valid event returns a numeric value, the focus is set to the corresponding control, respecting the Tab order. For example, if the Valid event returns 0, the control won't lose focus. If Valid returs 2, the focus will skip the next control and will choose the second control. If Valid retuns -1, the previous control will be selected.

Just remember the focus is set after finishing the Valid event. More specifically, the last line of code, which will be RETURN yournumber.

Hope this helps
Grigore Dolghin
Class Software.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform