Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format display of zipcode problem
Message
 
To
28/03/2002 13:18:40
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00638566
Message ID:
00638574
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform