Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Input Formatting options
Message
 
To
07/05/1998 17:14:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00097855
Message ID:
00097863
Views:
19
>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 ------------
Previous
Reply
Map
View

Click here to load this message in the networking platform