Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.SETFOCUS
Message
 
To
05/11/1998 23:17:47
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00155099
Message ID:
00155168
Views:
29
Ian,


Setfocus from a LostFocus does work fine as long as you remember to use a NODEFAULT to stop VFP from setting focus again after your setfocus call. For example;
* LostFocus code
IF Somecondition
   THISFORM.Text3.SetFocus
   NODEFAULT
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform