Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Input box problem
Message
 
 
To
25/05/2009 09:42:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01401771
Message ID:
01401774
Views:
41
>let me explain my problem
>
>i have a text box with an input mask 999,999,999.99
>
>if we take an example
>
>i need to display 10000 as 10,000.00
>
>this happens perfectly but not while the user is typing.
>
>before the user presses enter the text box displays 100,00
>
>this is confusing for large numbers.
>
>what is my solution
>
>thank you very much

Hi Nikki,

The regular approach here is to remove , from the Inputmask in GotFocus and restore the inputmask in LostFocus of the textbox.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform