Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modify InputMask
Message
From
05/05/2000 12:44:33
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00366553
Message ID:
00366649
Views:
20
Hi Ed,

WOW! Thanks. I wasn't even going to try to format for the Canadian zips yet. My old mask was '99999-9999' and that didn't allow for the alpha in the Canadian zips, so they couldn't enter them. I didn't know the actual format of the Canadian zip anyway - 'til now thanks to you. This does muddy the waters slightly though: not all US zips will have 9 digits, some will be just 5. Hence I can't arbitrarily use the !9!9!9 mask if less then 9 digits. Maybe IF LEN(RTRIM(zip_code)) = 5 OR LEN(RTRIM(zip_code)) = 9 US Format ELSE Canadian format.

Thanks again. Have a nice day. Don't let the Love Bug Bite.

Regards,

Paige
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform