Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can use 9 in a ImputMask as a Fixed part
Message
 
 
To
08/08/2003 08:45:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00818145
Message ID:
00818158
Views:
15
Unfortunatelly, VFP doesn't support escape codes for Input mask characters so '9' will be always interpreted as mask code. You'll have to implement one of the workaround you mentioned.

>If I want control in a textbox a entry like these : "088.123", "088.893", "088.354"
>
>I program inputmask property like that: "088.999"
>
>This limits my entry to the three last numbers.
>
>But if the fixed part have a number like txtbox.inputmask = "098.999", the user can entry: "018.555" for example, the second number is not locked becuse Foxpro think the 9 is a pattern not a fixed number.
>
>Any solution better than a container with two textboxes simulating one texboxes or program a automat in the keypress?
>
>Any manner to say foxpro than the 9 isn't a pattern, that it is a fixed part of the entry?
>
>Thanks.
>José Luis.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform