Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KeyPress and non chars/digits
Message
 
 
To
05/04/2006 16:30:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01110355
Message ID:
01110840
Views:
14
>>>>I think there is no way to invent InputMask to work correctly for
>>>>99:99 AM and 9:99 AM
>>>
>>>try:
>>>
>>>
>>>field C(8) = ' 8:56 AM'
>>>Format="!"
>>>InputMask = "#9:99 AM"
>>>
>>>OR
>>>
>>>field C(8) = ' 856A'
>>>Format="!R"
>>>InputMask = "#9:99 AM"
>>>
>>
>>In our case the field is C(10) and there is no space at the left.
>
>I known this.
>
>But your's choice is incompatible with the Format/InputMask rules.
>Why C(10) if C(8) is enough ?

Good question. Perhaps we should get rid of two extra characters. I'm not sure we can change data to start with a space.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform