Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Input Formatting options
Message
 
À
07/05/1998 17:14:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00097855
Message ID:
00097863
Vues:
20
>Does anyone know of a way to format on input an upper case for the first letter only (as in proper names) of a field. I really don't want to make the whole field upper since I want to use the names for business mailings.
>
>Thanks in advance,
>
>Sylvia

You could also use this in the lostfocusevent

this.value=upper(left(this.value,1))+substr(this.value,2,len(this.value))

/Pierre
------------- if you cut here, you'll probably destroy your monitor ------------
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform