Subject Re: [IBO] TIB_session problem
Author Helen Borrie
At 04:00 PM 16/11/2006, you wrote:
>Hi,
> I created a very simple program by dropping a TIB_Session component,
>and a TIB_Connection component on a form. I hitched the Connection
>component to a database and set connected to 'True'. So far so good.
>It connects. BUT, when I try running this program I get an error msg:
>"property ib_session1.usecursor does not exist". The property in
>question is showing on the session component because I can set it.
>Why doesn't the program see it?
> I am using FB 2.0, IBO 4.6Bc, and D7.

Add an IB_SessionProps - that is the component on which the
ib_session's properties are published. Set the properties there.

Helen