Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep foucs on textbox ?
Message
 
To
09/04/2003 11:23:34
Stanley Yip
Shun Sang (technology) ltd Hong Kong
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00775522
Message ID:
00775658
Views:
14
You could use the Valid event of the textbox with code similar to this;
* Textbox valid
IF MDOWN()
   lxReturn = .T.
ELSE
   lxReturn = 0
ENDIF
RETURN lxReturn
Previous
Reply
Map
View

Click here to load this message in the networking platform