Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comma in text box
Message
 
À
22/03/2004 15:14:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00888628
Message ID:
00888634
Vues:
11
Probably this is what you need. In the Textbox.lostfocus add:
IF this.Value>1000
	this.InputMask="99,999"
else
	this.InputMask="9999"
endif
this.refresh
>Hi
>
>I have a text box with inputmask='99,999' I want the comma only if the amount is > 1000
>
>thanx
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform