Subject Re: [IBO] IBO and lookup fields
Author Jason Wharton
Did you set the connection's DefaultTransaction property to that transaction
component? If so when you connect a query to both that connection and
transaction its transaction property will show <default> even though you
explicitly assigned it to that component.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Dorin Pacurar" <ged@...>
To: <IBObjects@egroups.com>
Sent: Thursday, November 30, 2000 5:26 PM
Subject: Re: [IBO] IBO and lookup fields


> In a form I have a TIB_Connection (MyConn) and a TIB_Transcation
> (MyTr)connected to it.
> Why can't I set for a TIB_Query (MyQry) the value MyTr ? (it automatically
> turns the IB_transcation property of the query to <default>)
> Thanks
>
>
>
>
>