Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Masked text boxes
Message
 
À
03/12/2006 10:57:22
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Divers
Thread ID:
01174460
Message ID:
01174586
Vues:
11
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform