F
Frank77
In using the Activex Slider Control Ver 6 in Access 2002 (SP3) in a simple
colour generation form. It seems the Updated event does not trigger after I
release the slider at a new value on the scale. The Exit and LostForcus
events trigger, but only after I click in some other text box on the form.
I'd really like the control trigger an event as soon as it's updated so the
colour selection can be applied immediately.
The code at the OnExit (and at the inopertive Updated event) is simple
Me![ValRed] = Me![RedSlider]
Me![Label35].BackColor = Me![DecimalFromRGB]
Also, I'm not sure if this is related but the SelStart setting doesn't seem
to work either. I set it to 255 and in Design mode it seems to work, with the
slider moving to the right of the range, but when the form opens in form view
it has reverted to 0.
The SelStart glitch isn't serious but I would appreciate any help on the
Updated event. TIA
colour generation form. It seems the Updated event does not trigger after I
release the slider at a new value on the scale. The Exit and LostForcus
events trigger, but only after I click in some other text box on the form.
I'd really like the control trigger an event as soon as it's updated so the
colour selection can be applied immediately.
The code at the OnExit (and at the inopertive Updated event) is simple
Me![ValRed] = Me![RedSlider]
Me![Label35].BackColor = Me![DecimalFromRGB]
Also, I'm not sure if this is related but the SelStart setting doesn't seem
to work either. I set it to 255 and in Design mode it seems to work, with the
slider moving to the right of the range, but when the form opens in form view
it has reverted to 0.
The SelStart glitch isn't serious but I would appreciate any help on the
Updated event. TIA