In VFP 7, a user reports that on a spinner control when he tries to manually key in a 2 digit number, the spinner displays a decimal. I can not reproduce the problem as when I try to manually key in 2 digits it will only accept 1 number(but should allow 2 digit entry).
The KeyboardLowValue is set to 1 and the KeyboardHighValue is set to 31.
Input mask is none.
Format is "K"
How can I make the control properly accept the keying of 2 digit numbers without decimals?
Thanks
The KeyboardLowValue is set to 1 and the KeyboardHighValue is set to 31.
Input mask is none.
Format is "K"
How can I make the control properly accept the keying of 2 digit numbers without decimals?
Thanks