Subject Re: [IBO] Master/Detail - AfterOpen
Author Jason Wharton
Once a detail dataset is Active it remains Active even when the master
dataset is changing from record to record.

Technically, on the server there is a new cursor opened but that doesn't
necessarily have to correspond with the dataset itself doing an open and
close.

There clearly is a separation between what the server requires and what
shows up in the client dataset mechanism.

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

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "Alan McDonald" <alan@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, January 11, 2003 3:16 PM
Subject: RE: [IBO] Master/Detail - AfterOpen


> Lester,
> don't get me wrong.. I'm purely fascinated by this. I'd love to know how
you
> change a masterlink parameter without closing and opening (refreshing) the
> detail dataset OR I suspect that the call to these events are missing - I
> cetainly haven't dug into the source to verify.
>
> There is no doubt that things are fast under this model and I don't often
do
> things afteropen or before close but they should be called if that is
indeed
> what is happening.
> Alan
>