Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fun with Textboxes
Message
 
To
17/09/1998 21:25:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00138043
Message ID:
00138049
Views:
12
Hi John,

Looks like you forgot some lines :)
LOCAL lnStart
lnStart = this.SelStart
THIS.Value=PROPER(THIS.Value)
this.SelStart = lnStart
>Want to see a neat trick? Put the following code into the InteractiveChange event of a TextBox:
>
>THIS.Value=PROPER(THIS.Value)
>
>Enjoy!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform