Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric Inputmask
Message
From
23/11/2010 09:35:35
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
23/11/2010 07:08:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Miscellaneous
Thread ID:
01490245
Message ID:
01490254
Views:
82
Hi Tarik,

I think so you have to put this.inputbox="9999999999999999.99" at gotfocus event
and than at lostfocus event you should put your inputbox with a case. If you change inputbox property at interactive change event your cursor lost it's stability.

>Dear Sir,
>
>I want to apply following inputmask on numeric textbox
>
>when value is=100.00
>then it must display value as =100.00
>
>when value is=1000.00
>then it must display value as =1,000.00
>
>when value is=10000.00
>then it must display value as =10,000.00
>
>when value is=100000.00
>then it must display value as =1,00,000.00
>
>when value is=1000000.00
>then it must display value as =10,00,000.00
>
>when value is=10000000.00
>then it must display value as =1,00,00,000.00
>
>when value is=100000000.00
>then it must display value as =10,00,00,000.00
>
>The codes must be in Interactivechange or keypress event.
Previous
Reply
Map
View

Click here to load this message in the networking platform