Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting commas in text box using program
Message
De
05/04/2004 22:27:02
 
 
À
05/04/2004 11:28:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00892254
Message ID:
00892498
Vues:
27
John,

I guess you have to loop through all textbox controls ( use AMEMBERS() ), then check if the Value property evaluates to a numeric data type ( use TYPE() ). Then and only then can you set the InputMask property to "999,999,999.99" or whatever number of decimals you need to put.

HTH

Dennis


>Yuri, a question,
>thisform.setall("inputmask","999,999,999.99","textbox") works fine to all textbox in a form, but how can i determine when a textbox is not using a number format and don't change it inputmask?
>Thanks?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform