Spin Button - how to write an "After Spinning" procedure

M

Milan

Hello,

I have the following problem. In my form, I use several spin buttons
which can change values in associated text boxes. After completed
change of each of these values using spin buttons I want to run a
rather time-consuming procedure which requeries data sources for some
graphs.

Problem is that I do not know how to find out that the spinning has
just ended. I have not found such an event procedure. So what I do now
is that I call that time-consuming procure after every change of value
by one unit. Of course, it makes spinning using spin button very
inefficient.

I would be glad if someone could help me.

Thanks in advance,
Milan.
 
A

Adrian Jansen

Insert a command button which does the procedure, separate from the spin
button.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
M

Milan

Thanks. You mean that after spinning, an user should click on this
command button in order to run a procedure which repaints the graphs?
Milan
 
A

Adrian Jansen

Yes.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top