Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format display of zipcode problem
Message
 
À
28/03/2002 13:18:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00638566
Message ID:
00638574
Vues:
22
Tracy,

I would put this in the textbox's Refresh method.
* Textbox refresh()
IF LEN(ALLTRIM(PO_ZIP))>5
   This.Format = "R"
   This.InputMask = "99999-9999"
ELSE
   This.Format = ""
   This.Inputmask = "99999"
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform