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:
00819673
Views:
16
>>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.
>
Hi Andy,

I'm glad you like it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform