G
Gwhit
I'm looking for a concise way to have a ListBox MouseDown event trigger a
pop-up form containing only the current ListBox's Column(4) data. Kind of
like of a zoom box, but controlled solely by the length of time the mouse
button is held down. The pop-up closes immediately upon the ListBox's
MouseUp event. I have this working with the exception of the data in the
pop-up displaying the immediately previous event's data. In other words, it
requires mousedown + mouseup + mousedown again to bring the pop-up field up
to date. I've tried various event locations on both the ListBox and the
pop-up to create the right timing but end up with the same result. The
pop-up form name is frmDescriptBalloon. The ListBox name is lstAction.
Currently, the pop-up's [Descript] field populates with lstAction.Column(4)
data upon the pop-up's LoadEvent.
Thank you for your time.
pop-up form containing only the current ListBox's Column(4) data. Kind of
like of a zoom box, but controlled solely by the length of time the mouse
button is held down. The pop-up closes immediately upon the ListBox's
MouseUp event. I have this working with the exception of the data in the
pop-up displaying the immediately previous event's data. In other words, it
requires mousedown + mouseup + mousedown again to bring the pop-up field up
to date. I've tried various event locations on both the ListBox and the
pop-up to create the right timing but end up with the same result. The
pop-up form name is frmDescriptBalloon. The ListBox name is lstAction.
Currently, the pop-up's [Descript] field populates with lstAction.Column(4)
data upon the pop-up's LoadEvent.
Thank you for your time.