Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comma in text box
Message
 
To
22/03/2004 15:14:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00888628
Message ID:
00888634
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform