Re: Developer, Need a trigger to fire after detail data block is populated? e.g. POST-QUERY?

From: DanHW <danhw_at_aol.com>
Date: 19 Jan 1999 06:03:14 GMT
Message-ID: <19990119010314.00827.00000538_at_ng-cf1.aol.com>


> It would help if there were a trigger guaranteed to fire
>after all fetching was finished,
>and the detail block was fully populated. This is supposed to be
>POST-QUERY, but the results
>are wrong. Either the value is set before the data is loaded, or the
>data is flushed after loading.
>I also tried ON FETCH with FETCH_RECORDS BEFORE my procedure call. It
>doesn't seem
>to matter where I put either SYNCHRONIZE, SHOW_VIEW or both.

There is a POST-SELECT trigger also, try that.

Also, you might be able to use a POST-QUERY but only have it do something on the first row (:system.cursor_row=1, I think)

Dan Hekimian-Williams Received on Tue Jan 19 1999 - 07:03:14 CET

Original text of this message