Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Entering numbers in a TextBox with format and inputmask
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00143964
Message ID:
00144398
Vues:
33
>Nick,
>
>FWIW, Those two commands can be put into a single CHRTRAN. It would speed things up a little.
>
>this.InputMask = chrtran( this.InputMask, ", ", "" )
>
>> this.InputMask = STRTRAN(this.InputMask,",","")
>> this.InputMask = STRTRAN(this.InputMask," ","")

Thanks, David.
It's an old piece of code, didn't look at it for a long time... :)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform