Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tip of the Day --- Focus Gotcha
Message
From
09/09/1999 10:26:36
 
 
To
09/09/1999 08:50:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00262794
Message ID:
00262867
Views:
14
>There used to be an MS KB article using INLIST to trap the BaseClass type and if it was TextBox, ComboBox, etc. then do a REPLACE ControlSource WITH Value but I always thought that was awkward.
>

How about in your forms save method doing something like...

if pemstatus(thisForm.ActiveControl, 'SetFocus', 5)
this.ActiveControl.SetFocus()
endif

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform