Re: Quieting a Forms 4.5 error msg

From: Steve Edelstein <74160.645_at_CompuServe.COM>
Date: 1995/10/03
Message-ID: <44rfa8$rgh$1_at_mhadg.production.compuserve.com>#1/1


40350 is an informative msg, not an error. ON-ERROR won't do it; use the ON-MESSAGE trigger as in:
if (message_code = 40350)

   then raise form_trigger_failure; (or another msg...) end if;

STEVE

-- 
Steve Edelstein                      VOICE: 212-956-3670
Relational Business Systems          CompuServe: 74160,645
124 West 60th Street  Suite 47C            Author of
New York, NY 10023                    "Learning Oracle Forms"
Received on Tue Oct 03 1995 - 00:00:00 CET

Original text of this message