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

Home -> Community -> Mailing Lists -> Oracle-L -> Forms 45, View Mode MESSAGE.

Forms 45, View Mode MESSAGE.

From: Radhika Rao Putumbaka <radhikaraop_at_hotmail.com>
Date: Fri, 19 May 2000 09:34:22 PDT
Message-Id: <10502.106116@fatcity.com>


All,
  Does anybody know what this message implies and why it is popping up,    COMMIT CHANGES BEFORE SWITCHING VIEW MODE.

   YES              NO                 CANCEL.

I was trying to update from within a when button pressed trigger: Any ideas are helpful. thanks
Radhika.

DECLARE

alert_button	    NUMBER(3);
cur_rec             number(3);

BEGIN
-- display the alert
alert_button := Show_Alert('Commit_Changes');

IF alert_button = ALERT_BUTTON1 THEN
  go_block('TS_LINE_STUDY');
  cur_rec := Get_Block_Property('TS_LINE_STUDY', CURRENT_RECORD);   go_record(cur_rec);
  do_key('commit_form');
  MESSAGE('Successfully saved changes to the line study, Please fill in the related Network Systems information.');

  call_form('d:\orawin\forms45\req_frm.fmx');

elsif alert_Button = ALERT_BUTTON2 THEN

exception
  when others then

       message('Unknown Oracle error');
end;



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com Received on Fri May 19 2000 - 11:34:22 CDT

Original text of this message

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