Subject Re: [IBO] FocusControl?
Author Helen Borrie
At 03:46 PM 29/06/2004 +0200, you wrote:
>hello all,
>
>I'm trying to use TIB_Column.FocusControl into a before post event without
>luck. Doing some debugging I have arrived in IB_Components, method
>TIB_DataLink.FocusControl, but this method is empty :-(

It's an abstract method in TIB_Datalink. Keep searching - you'll find its
implementation for TIB_Column at line 40981 of ib_components.pas.


>What can I do?

What do you want to do? The TIB_Dataset already calls this method itself
during the CheckRequiredFields period of BeforePost.

Helen