Subject | RE: [IBO] SetFocus in grid columns |
---|---|
Author | Jason Wharton |
Post date | 2007-06-01T02:22:50Z |
> I have a TIB_Grid with a "embedded" TIB_LookupCombo. AfterIt should be. What have you tried?
> 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 ?
You can try calling the FieldByName( 'YOURFIELD' ).FocusControl method.
Jason