| Larry Hakel 2007-11-16, 1:30 pm |
| Jan
I'm using 2.6.1.3. I think it is the OnLeftMouseDown that is short
circuiting the sequence, but probably working as designed.
Thanks for replying.
Larry
On Tue, 30 Oct 2007 10:34:41 -0500, "Jan Hoelterling"
<jan@hoelterling.com> wrote:
>Hi Larry,
>
>what version of dBase? I vaguely remember an issue about events firing out
>of sequence in the past...
>
>Another cause could be- if the button has speedbar=true, then the focus does
>not actually shift away from the current control, hence the onLostFocus
>would not fire (as you can verify by an onGotFocus event on the button, that
>won't fire either).
>
>You could always explicitly call the onLostFocus event in the Button's on
>Click?
>
>Jan
>
|