Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start each word with an uppercase letter
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00818041
Message ID:
00819652
Views:
20
>Hi Robert,
>
>Try
* Textbox InteractiveChange
>IF This.Value <> PROPER(This.Value)
>  lnSelStart = This.SelStart
>  This.Value = PROPER(This.Value)
>  This.SelStart = lnSelStart
>ENDIF	
>
Thank you for.
It does a lot with very little code.

Andy Rice
San Diego, CA
- Andy Rice
San Diego, CA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform