(Still vfp7)
First time using a spinner control and not understanding when the
spinner sourcecontrol is updating...
In this example, the spinner controlsource is a form property containing
a numeric value.
The resulting value is used in a SEEK which, if successful, updates the
form.
Question: When is the spinner controlsource updated?
I'm finding that I have to run math on the value to execute the seek...
for example;
If it's a "DownClick" event, I have to subtract the increment from the
controlsource to execute the seek for the expected value following a
downclick.
What concerns me more is that when trying to track this using the
debugger, the value did, at some points, decrement during the processing
of the downclick event.
Thanks in advance,
Beverly Howard