mikemck7
Technical User
- Dec 17, 2003
- 38
I'm trying to accomplish something with the spinner control (VFP8) that is making my head spin. I need the control to display increments of 10 but I also want the initial and lowest displayed value to be 1, not 0.
In other words the sequence displayed needs to be 1, 10, 20, 30 and so on. So basically the first upclick needs to imcrement by 9 and each one thereafter by 10. Therefore downclicking from 10 needs to decrement by 9 and display 1 in the control. I have 1 for keyboard and spinner low value properties. The high value property for both is 100 and the increment property is 10.
I hope this makes sense to someone out there. Thanks in advance.
Mike
In other words the sequence displayed needs to be 1, 10, 20, 30 and so on. So basically the first upclick needs to imcrement by 9 and each one thereafter by 10. Therefore downclicking from 10 needs to decrement by 9 and display 1 in the control. I have 1 for keyboard and spinner low value properties. The high value property for both is 100 and the increment property is 10.
I hope this makes sense to someone out there. Thanks in advance.
Mike