Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clicking on a Text Box
Message
From
28/08/2003 11:43:32
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
28/08/2003 11:32:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00824226
Message ID:
00824234
Views:
25
This message has been marked as the solution to the initial question of the thread.
Hi Steven!

See SelectOnEntry property.
P.S.: Try this too:
thisForm.Text1.Format = "K"  && Select ehn you enter in textbox with "Tab" or "SetFocus"
   
* When click with mouse, in method click write:
this.SelStart = 1  && Or 0
this.SelEnd   = Len(RTrim(this.Value))
I hope this help you.
Bye
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform