Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text box with numeric input
Message
From
22/01/2009 07:39:14
 
 
To
21/01/2009 23:00:24
Hee Lim Wang
Fantasy Software Enterprise
Malaysia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01376164
Message ID:
01376250
Views:
12
how to get the correct input value even user does not press enter ?

This coode in the Textbox's GotFocus():
WITH This
  .Textbox::GotFocus()
  .SelStart = 0
  .SelLenght = LEN( .Text )
  NODEFAULT
ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform