Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not allowing minus sign for numeric textbox
Message
 
To
16/10/1998 09:07:10
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00147443
Message ID:
00147573
Views:
21
>Is there a setting for the Inputmask or Format properties to not allow a minus sign to be entered for a numeric textbox?
>
>Thanks,
>
>Jerryt

You can also convert the negative value to positive in .Valid()
IF this.value < 0
this.value = ABS(this.value)
ENDIF

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform