Subject Re: [IBO] ATTENTION: IB_Connection is not streamed out in 3.6Dh/i
Author Jason Wharton
I have fixed this in the latest release of IBO4 beta.

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


----- Original Message -----
From: "Mario Zimmermann" <mail@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, June 28, 2001 2:25 AM
Subject: Re: [IBO] ATTENTION: IB_Connection is not streamed out in 3.6Dh/i


> I *have* set AllowDefaultTransaction to false. My IB_Connection is in
> a datamodule and all IB_xxx on other forms refer to that connection.
> After I have updated to 3.6Dh/i I can still see the correct
> IB_Connection property on my forms (i.e.: "DModule->IB_Connection")
> but it is not streamed out to the dfm file anymore. So, at designtime
> everthing seems to be ok, but at runtime I get an exception, saying
> that the query must have an IB_Connection assigned.
>
> Mario