Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to stay on a field?
Message
From
11/09/1997 15:11:12
 
 
To
11/09/1997 15:01:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00049609
Message ID:
00049614
Views:
61
>>How do I send the FOCUS back to a field from a VALID?
>
>ThisForm.yourcontrol.SetFocus()

hay Michel:
The SetFocus method conflicts with these events, which are testing to see if
the object can get or lose focus.

· You are calling SetFocus from a When event.
Call SetFocus from the GotFocus event instead.
· You are calling SetFocus from a Valid, RangeHigh, or RangeLow event.
Call SetFocus from the LostFocus event instead.
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform