Re: Developer 2000 - Post Query ?

From: Rick Rutt <rrutt_at_delphi.com>
Date: 1996/04/18
Message-ID: <BBNLns0.rrutt_at_delphi.com>#1/1


Ken Mills <mills_at_cpcuiia.org> writes:  

>I have a master detail relationship and want to perform a
>calculation after "all" the detail records have been queried not
>after "each" detail record has been queried (not post-query on
>detail). Can I do it?
 

Override the ON-SELECT trigger.  

In your ON-SELECT trigger, include a call to the SELECT_RECORDS built-in to do the "normal" processing; then perform any final calculations.  

  • Rick --

(Rick Rutt is a system architect living and working in Midland, Michigan.) Received on Thu Apr 18 1996 - 00:00:00 CEST

Original text of this message