Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PROPER() function
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00137661
Message ID:
00140047
Views:
31
It does, but the simpler way was suggested by Kamal before: I just had to try to make it more difficult < g >
*-- The position of the cursor is stored so that it doesn't
*-- keep moving back to the beginning of the field.
LOCAL lnPosition
lnPosition = this.selstart
this.value = PROPER(this.text)
this.selstart = lnPosition
>Hi Rick,
>
>Thanks for your reply. Do I make the right assumption to say that your code will continiously check for upper or lower case, while the user type in the data whereas the PROPER() function will only do so once the textbox loses focus. If so, then it is even better than what I originally intended to do.
>
>Petrus.
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform