Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data format
Message
De
23/07/1998 14:16:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00120627
Message ID:
00120628
Vues:
16
>How do I format data input on the form? I have the input mask and the format set in the table. I want to do stuff like capitalize the first letter of a name or enter phone numbers in the format 999-999-9999.
>
>Thanks

1. To capitalize first letter:
Textbox.Inputmask="!"+replicate('x',50)
2. To get 'phone' format:
Textbox.Inputmask="999-999-9999"
Textbox.Format="R"
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform