Subject Re: [IBO] TIB_lookupcombo doesnt appear in the grid?
Author Helen Borrie
At 11:24 AM 16/06/2003 +0000, you wrote:
>Please help me? Iam Almost doing this for this past two days and I
>still can't get it right?
>
>I have follow the tutorials carefully and correctly,can anyone tell
>me what am I missing?

Set up the lookupcombo outside the grid and get it working properly. Then,
just select it, do Ctrl-C to cut it, then select the grid, then do Ctrl-V
to drop it into the grid. It will do everything else, including properly
locate itself (invisibly) in the correct grid cell.

Of course, you do realise that it won't activate in run-time unless the
parent row is in edit mode...yes? What you should see in run-time is the
description being pointed to by the KeyDescLinks. When the row goes into
Edit mode, that field is replaced by the lookupcombo becoming Visible and
active.

And you do accept yet that one embedded lookup combo and its dataset can
serve exactly one lookup column?

Helen