Re: Commiting changes to a "hidden" Forms table

From: helge mortensen <helgem>
Date: 1995/06/26
Message-ID: <3sn93h$n88_at_overload.lbl.gov>#1/1


Commit_form should work. Changes to the hidden table will still commit in spite of the 'no changes to commit' message. If you don't want to see the message just conceal with an on-error trigger. For example:

if message_code = 40401 then
  null; -- no changes to commit
else
  message('FRM-'||to_char(message_code)||': '||message_text); end if; Received on Mon Jun 26 1995 - 00:00:00 CEST

Original text of this message