I have an application where a spinner control is used for entering a percentage for later calculations of bonus pay.
I have the following proerties set
Controlsource p_nPercent
Increment 0.25
inputmask 999.99
keyboardhighvalue 200
keyboardlowvalue 0
spinnerHighvalue 200.00
spinnerLowValue 0.00
The problem is that clicking on the spinner up or down does not display the correct value. 5.25, 5.00, 4.75, 4.50 all display as 5.00
I need to not see a rounded value but the actual value
I have the following proerties set
Controlsource p_nPercent
Increment 0.25
inputmask 999.99
keyboardhighvalue 200
keyboardlowvalue 0
spinnerHighvalue 200.00
spinnerLowValue 0.00
The problem is that clicking on the spinner up or down does not display the correct value. 5.25, 5.00, 4.75, 4.50 all display as 5.00
I need to not see a rounded value but the actual value