Subject RE: [IBO] Re: Refreshing parameterised IB_Query when params change
Author Helen Borrie
At 11:20 PM 28/02/2003 +1100, you wrote:
>Marco, Have you checked to make sure that BeforeOpen fires when you expect
>it to? I had to change my usual plan of attack on this because it does not
>fire e.g. in the detail dataset when the master scrolls. So it may not fire
>when you expect it to either.

In a standard IBO master-detail you don't use parameter assignments - IBO
takes care of these itself in an internal event. But, even if you decided
to do it yourself, IBX-style and not use masterlinking or
masterparamlinking, it wouldn't make any sense to do the parameter
assignments in BeforeOpen. You would do them in the AfterScroll, to ensure
that all the invalidation and revalidation was finished and the new master
parameter(s) were available...

Helen