Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start each word with an uppercase letter
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00818041
Message ID:
00818042
Vues:
23
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform