Subject Re: [IBO] Which TIB_Datasource has the focus?
Author Helen Borrie
At 01:18 PM 29/06/2004 +0200, you wrote:
>Hi Helen,
>
> > TIB_Session.FocusedDataSource
>
>Is there a way to read this from IBO's default session object
>or do I have to use a separate session object for this?

All IBO objects have the ib_session property that references whatever
session (default or other) is running:

SomeObject.ib_session.FocusedDataSource

Helen