Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inputting numerics without commas but displaying them wi
Message
From
25/11/1998 11:21:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/11/1998 11:09:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00161392
Message ID:
00161403
Views:
21
>Hello
>
>I have a user who wants to have numeric values displayed in 999,999.99 format but entered in 999999.99 format.
>
>Does anyone know how I can do this?
You could create a textbox class with :
* Gotfocus
this.inputmask = "999999.99"
*Lostfocus
this.inputmask = "999,999.99"
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform