Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Masked text boxes
Message
 
To
03/12/2006 10:57:22
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01174460
Message ID:
01174586
Views:
10
Thanks Bonnie and Eric.
I feel better when the problem is generic and not mine :-)
so, we will work on it.

regards.


Regards.

>Eric is correct. The new MaskedTextBox is definitely not useable. I was going to post some sample code, but it looks like Eric has some in his article.
>
>~~Bonnie
>
>
>>Hi to all.
>>
>>I'm working with Masked text boxes (C#) and I can't recreate the following VFP code:
>>
>>
>>SET CONFIRM ON
>>SET SEPARATOR TO ","
>>SET POINT TO "."
>>ThisForm.txtCurrency.Value = 0.000
>>ThisForm.txtCurrency.InputMask = "9999999.999"
>>
>>
>>The problem is with Culture property. I don't want to use my local culture setting y I don't find the equivalent for point and separator.
>>
>>Another issue is the user typing. In VFP when user press "dot key" the cursor moves immediately behind the decimal point and begins to type the decimal values in text box.
>>This do not happen in "Masked text boxes".
>>
>>If the text box value (it's a float value) contains a dot character, this is ignored for calculations, furthermore, allows spaces among numbers when user typing (even if mask is "99999.999")
>>Only works fine if textbox value contains a comma.
>>How can I solve this ?
>>
>>
>>T.I.A.
Previous
Reply
Map
View

Click here to load this message in the networking platform