Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modify InputMask
Message
From
05/05/2000 10:12:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Modify InputMask
Miscellaneous
Thread ID:
00366553
Message ID:
00366553
Views:
62
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
Next
Reply
Map
View

Click here to load this message in the networking platform