Subject RE: [IBO] SetFocus in grid columns
Author Jason Wharton
> I have a TIB_Grid with a "embedded" TIB_LookupCombo. After
> the user makes his selection, I would like to set the focus
> to the next column at the right, automatically (for example,
> using the TIB_LookupCombo.OnClick event).
>
> Is this possible ?

It should be. What have you tried?

You can try calling the FieldByName( 'YOURFIELD' ).FocusControl method.

Jason