Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting In Title Case?
Message
From
18/06/1998 14:56:55
David Byrd
Baker, Byrd & Associates, Inc.
Austin, Texas, United States
 
 
To
03/06/1998 21:25:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00104535
Message ID:
00109629
Views:
24
>Maybe. The example in the VFP Help file does what I want (converts to title case or "proper name" case), but I can't figure out where to use it. I tried using it with "this.value" in my init of a TextBox but that didn't work. I think there is a way to use the PROPER() function to do what I want but I haven't figured it out yet. Any suggestions?
>TIA
>--lincoln

You can put the PROPER() function in the LostFocus event of the textbox.

This.Value = PROPER(This.Value)
This.Refresh()

-David
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform