Subject | Re: [IBO] IB_LookupEnh question |
---|---|
Author | Marcin Bury |
Post date | 2001-08-22T14:39:52Z |
> Note that the the Button property is still available on the control.That was my first idea. But first I have to close up the combo (I did it by
> So you can set the Button.Style to eebLeftRightEllipsis - which gives
> you effectively two buttons. You can then attach code to the
> OnButton2 event to do whatever you want. You will probably want to
> set Button.Size to 31 or so and possibly Button.Key2 to an appropriate
> keyboard shortcut.
>
'sending' escape key to the combo)
this give some problems when I have OnCloseUp even assigned. Is it possible
to not fireing this event when user pressed escape key?
Next I have to check whether user dropped down the combo and then proceed
with new lookup record procedure.
I was thinking about changing the button image from ellipsis to i.e. query
when the combo is dropped down. I tried your procedures for drawing images
but without success. Any clues?
TIA
Marcin