Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modify InputMask
Message
De
05/05/2000 10:12:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Modify InputMask
Divers
Thread ID:
00366553
Message ID:
00366553
Vues:
61
Hi All,

In one of my apps I have a mixture of US and Canadian zipcodes.

I'm trying to setup the InPutMask for the ZipCode field to accommodate the US format if zipcode field = 9 digits. The first example dosen't work because "InputMask" is unknown. The second just dosen't work.
*
IF LEN(RTRIM(ThisForm.PageFrame1.Page1.txtIns_Zip.Value)) = 9
1. ThisForm.PageFrame1.Page1.txtIns_Zip.InputMask.Value = '99999-9999'
2. Transform(ThisForm.PageFrame1.Page1.txtIns_Zip.Value,'99999-9999')
ENDIF
ThisForm.Refresh()
*
This is not a high priorty but suggestions would be appreciated. TIA.

Regards,

Paige
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform