Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to put a separator for 1000 's on all numeric dat
Message
From
26/02/2003 15:11:55
 
 
To
26/02/2003 14:35:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00758352
Message ID:
00758389
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform