Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inputting numerics without commas but displaying them wi
Message
De
25/11/1998 11:21:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
25/11/1998 11:09:33
Steve Goss
Aon Group Limited
London, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00161392
Message ID:
00161403
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform