Subject | RE: [IBO] Lookup |
---|---|
Author | Helen Borrie |
Post date | 2004-11-29T15:11:30Z |
At 04:37 PM 29/11/2004 +0200, you wrote:
since the embedded control has its own font props. It would only be
applicable in modes that are displaying text.
H.
>At 03:39 PM 29/11/2004 +0200, you wrote:I wrote:
>
> >As I have mentioned I think;
> >
> >The Lookup works fine; but if I place it over the grid(cut it from the
> >form an paste it on the Grid) It does not show up;
>Do you realise that it only shows up in edit or insert modes? If youSo - what happens when you put the grid into Edit mode?
>want something there in Browse or Delete, you should implement
>KeyDescLinks hooked to a correlated subquery..
> >Does the "OngetCellProps" event from the grid have an effect on theI should think that would be ignored when the tib_lookupcombo is active,
> >Lookup not being displayed ?
>
>I guess it depends on what your OnGetCellProps handler is doing.
>Is set this in my handler
> AFont.Color := clGray;
> AFont.Style := [fsStrikeOut];
since the embedded control has its own font props. It would only be
applicable in modes that are displaying text.
H.