Subject | Re: [IBO] TIB_session problem |
---|---|
Author | renebelland |
Post date | 2006-11-16T16:18:49Z |
Thanks Helen,
I added an IB_SessionProps (now the form has both the IB_session and
IB_sessionprops components).
The error persists.
Thanks
Rene
I added an IB_SessionProps (now the form has both the IB_session and
IB_sessionprops components).
The error persists.
Thanks
Rene
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>
> 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
>