Subject | Re: [IBO] OAT-Handling |
---|---|
Author | Jason Wharton |
Post date | 2001-02-15T18:21:51Z |
> I'm just fighting with the OAT-Management of my app. I don't want to useMay I ask why?
> the TimeoutProps of IB_Transactionen, so therefore I have to do this on
> my own.
> How recognizes a transaction, that nothing happened to theThe transaction has various indications of its status but it doesn't keep
> datasets for a period of time?
information on individual datasets.
> I mean no post and no scrolling. Now I doI'm a little confused about what exactly you are trying to accomplish. It
> a commit in the OnPost-Event of the datasets, but it would be more
> comfortable, if the transaction could react on the post, so I have not
> use the all the OnPost-Events, but one OnPostDataset-Event, for example,
> of a transaction. But how to find out, that no post and no scrolling has
> been done to the datasets for a period of time. And what then, should I
> do a commit or a pause to the transaction ?
sounds a little dangerous to me.
> I just want to know, how you have realized this, in your applications.I rely on IBO's built-in mechanisms to handle OAT advancement so I'm not
> Any suggestion would be appreciated.
sure where to do from here with you.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <guido.klapperich@...>
To: "ibobjects@egroups.com" <IBObjects@yahoogroups.com>
Sent: Thursday, February 15, 2001 8:30 AM
Subject: [IBO] OAT-Handling
> Hi IBO-Profis
>
>
>
> Guido.
>
>
>
>
>