Home » Developer & Programmer » Forms » how to disable system alerts?
icon2.gif  how to disable system alerts? [message #259291] Tue, 14 August 2007 23:18 Go to next message
jivnath
Messages: 14
Registered: May 2005
Location: Kathmandu
Junior Member
can anyone tell me how to disable system alert like (FRMN:40401: No changes to save.)

thanks in advence
Re: how to disable system alerts? [message #259297 is a reply to message #259291] Tue, 14 August 2007 23:34 Go to previous messageGo to next message
musman
Messages: 147
Registered: July 2007
Location: Lahore
Senior Member

SYSTEM.MESSAGE_LEVEL

Assume that you want Form Builder to display only the most severe messages (level 25). The following Pre-Form trigger suppresses all messages at levels 20 and below.

:System.Message_Level := '20'; 
or
:system.Message_Level := '25'; 

Use it in when_new_form_instance at form level..
----------------------------------------
you can also find more help from oracle help/documentation

[Updated on: Tue, 14 August 2007 23:47]

Report message to a moderator

Re: how to disable system alerts? [message #259304 is a reply to message #259291] Tue, 14 August 2007 23:57 Go to previous message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Use On-Message trigger to supress any alter that is raise by Form.
Previous Topic: Abnormal behavior, please help
Next Topic: TNSListener
Goto Forum:
  


Current Time: Sat Dec 14 17:24:15 CST 2024