I have an untradatetimeeditor on a form. The control has a right button that is the drop down calendar. It also has spin buttons with the following increment 0, 0, 1, 0, 0, 0, 0
Spin button display style is 'always' and I have tried this issue with spinwrap true and false with no change.
What happens is that if the user clicks the buttons quickly, the date just moves between the current date and the dates before and after. If they click slowly, the buttons perform as expected. The problem exists on both the up and down spin buttons.
Any thoughts?
Linda
Hello Linda,
Would it be possible for you to provide more details about your application, like: attaching a sample or copying your source code? Could you also tell me what is your version of Net Advantage?
I tried the described scenario and it seems to work fine for me, so probably I would have to take a look at your sample or code in order to determine the issue.
Boris,
Thanks for the reply. I've been out of town. The project is a vb6 project using the MS Interop layer to the .NET code. The control version is 10.2.20102.1004
I'm not using any code to handle the spin buttons. I'm letting the control handle it. The project is huge so I'll have to work on creating a sample for you.