Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROPER() function
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00137661
Message ID:
00140047
Vues:
32
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform