M
milan_vaclavik
Dear all,
I have got this problem. I have created a listbox (of "extended" type
of selection) and everytime some row is selected the AfterUpdate event
should fire. When someone chooses row(s) by clicking on it (them) the
AfterUpdate event gives right results. But when I go through listbox by
pressing up and down keys the AfterUpdate event is somehow delayed
because it concerns the row which is just left. So by clicking on the
row firstly this row is selected and afterwards AUE is fired but when
choosing the row by keys firstly AUE is fired (so it concerns the row
which is just being left) and then the new row is selected.
Could you pls help me with this problem?
Regards,
Milan
I have got this problem. I have created a listbox (of "extended" type
of selection) and everytime some row is selected the AfterUpdate event
should fire. When someone chooses row(s) by clicking on it (them) the
AfterUpdate event gives right results. But when I go through listbox by
pressing up and down keys the AfterUpdate event is somehow delayed
because it concerns the row which is just left. So by clicking on the
row firstly this row is selected and afterwards AUE is fired but when
choosing the row by keys firstly AUE is fired (so it concerns the row
which is just being left) and then the new row is selected.
Could you pls help me with this problem?
Regards,
Milan