Subject Re: [IBO] More About IB_LookupEnh - To Craig
Author Marcin Bury
Craig, Geoff

> However that does not help you, since not all clients will agree. I
> think that what Marcin is doing is using the second button capability
> to provide an explicit button for the user to decide when they want to
> create a new record - this is my preference.
>

Last night I found another solution:

Turn IndicateTitles On, put readible text into column GridDisplayLabel
and when user wants to add new record he simply clicks the list tilte.
The problem is to catch this click and fire proper event. I was browsing
Geoff's code trying to implement it myself, but night was too short to
understand Geoff's component hierarchy :-). I got lost trying to find out
how to pass information about clicking list title from
TIB_ComboLookupListEnh to TIB_CustomLookupEnh.
I think that isn't much work for Geoff and would not be harmfull to other
pieces of code.

Marcin