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:
00144398
Views:
31
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform