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

Click here to load this message in the networking platform