Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modify InputMask
Message
From
05/05/2000 10:52:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00366553
Message ID:
00366585
Views:
22
Hi Bruce,

Thanks. I have tried it and the following works - thanks to you. Have an nice day.

In the Init and slightly diff in the lost focus:

**
IF LEN(RTRIM(Ins_Zip)) = 9
ThisForm.PageFrame1.Page1.txtIns_Zip.InputMask = '99999-9999'
ELSE
ThisForm.PageFrame1.Page1.txtIns_Zip.InputMask = 'xxxxxxxxxx'
ENDIF
*
ThisForm.Refresh()
**


Regards,

Paige
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform