Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: forms 5.0 master-detail

Re: forms 5.0 master-detail

From: Marcel <mdeneef_at_caiw.nl>
Date: Wed, 17 Feb 1999 22:00:29 +0100
Message-ID: <36CB2DED.E97BE13D@caiw.nl>


Try creating a POST-INSERT trigger at Form-level where you can check if there is at least one detail-record.
Note that you'll have to place is at the highest level (Form-level) since putting it at "Master"-block level will always return a FALSE because the details were never inserted. Putting it at "Detail"-block level will by-pass the whole effect, because with a master without details the POST-INSERT trigger at "Detail"-block will never
execute. Received on Wed Feb 17 1999 - 15:00:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US