Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want to put a separator for 1000 's on all numeric dat
Message
De
26/02/2003 15:11:55
 
 
À
26/02/2003 14:35:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00758352
Message ID:
00758389
Vues:
21
>i want to put a separator for 1000 's but:
>use separator does n't work, neither setting in regional for that purpose

Set('Separator') will give you the separator and Set('Point') will give you the decimal character according to the regional settings.

You'll have to build your input mask from that.

Create your own textbox class and in the init, figure out an input mask:

ie - InpMask = "999" + Set('Separator') + "999" + Set('Separator') + 999 etc.

Then this.inputmask = InpMask

Alan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform