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:
00818042
Views:
21
Hi Robert,

Try
* Textbox InteractiveChange
IF This.Value <> PROPER(This.Value)
  lnSelStart = This.SelStart
  This.Value = PROPER(This.Value)
  This.SelStart = lnSelStart
ENDIF	
>Hi,
>
>I was just wondering if it's possible to start each work with a capital letter, in a text box.
>
>The reason for this is I have a number of text boxes which allow the user to enter an address. In the test boxes inputmask I have set it up as !xxxxxxxxxxxxxx
>
>But if you have an address like 24 London Road it will come through as 24 london road.
>
>Any ideas would be appreciated
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform