SQL*FORM Trigger Question(

From: <wliu_at_memstvx1.memst.edu>
Date: 15 Feb 93 21:49:34 -0600
Message-ID: <1993Feb15.214934.5660_at_memstvx1.memst.edu>


Dear Netter,

To update a table ( called table2) outside of current form, I wrote a KEY-NEXTFLD trigger(current block: table1):

update table2
set f2 = :table1.f2
where f1 = :table1.f1

commit;

But it never worked. Would you please tell me why and what is the solution?

Thank You In Advance.

Bill     Received on Tue Feb 16 1993 - 04:49:34 CET

Original text of this message