Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting In Title Case?
Message
From
19/06/1998 00:36:04
 
 
To
18/06/1998 14:56:55
David Byrd
Baker, Byrd & Associates, Inc.
Austin, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00104535
Message ID:
00109792
Views:
23
>>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
Thanks, I did finally figure it out. --lincoln
Previous
Reply
Map
View

Click here to load this message in the networking platform