Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not allowing minus sign for numeric textbox
Message
 
À
16/10/1998 09:07:10
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00147443
Message ID:
00147573
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform