Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Entering numbers in a TextBox with format and inputmask
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00143964
Message ID:
00144003
Views:
34
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform