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:
00144003
Vues:
35
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," ","")
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform