Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modify InputMask
Message
De
05/05/2000 10:52:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00366553
Message ID:
00366585
Vues:
23
Hi Bruce,

Thanks. I have tried it and the following works - thanks to you. Have an nice day.

In the Init and slightly diff in the lost focus:

**
IF LEN(RTRIM(Ins_Zip)) = 9
ThisForm.PageFrame1.Page1.txtIns_Zip.InputMask = '99999-9999'
ELSE
ThisForm.PageFrame1.Page1.txtIns_Zip.InputMask = 'xxxxxxxxxx'
ENDIF
*
ThisForm.Refresh()
**


Regards,

Paige
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform