Home » Developer & Programmer » Forms » How to hide oracle in-built message which appears at the bottom of the window
How to hide oracle in-built message which appears at the bottom of the window [message #500206] Fri, 18 March 2011 01:32 Go to next message
sarathr
Messages: 1
Registered: March 2011
Junior Member
Hi maaher,
How to hide oracle in-built message which appears at the bottom of the window(just above the task-bar) to the left side.please kindly help me.

regards,
sarath
Re: How to hide oracle in-built message which appears at the bottom of the window [message #500209 is a reply to message #500206] Fri, 18 March 2011 01:49 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Setting the :SYSTEM.MESSAGE_LEVEL to a higher level might help.
Re: How to hide oracle in-built message which appears at the bottom of the window [message #500210 is a reply to message #500209] Fri, 18 March 2011 02:15 Go to previous message
shaz
Messages: 182
Registered: June 2009
Senior Member
Some specific message can be handled too.
Like for example: I want to restrict  "No records matched the query criteria. Still in Enter Query mode".

IF message_type = 'FRM' AND
   message_code = 40301
THEN
   message('Your message here');
   some_code_here;
ELSE
   some_code_here;
END IF;

[Updated on: Fri, 18 March 2011 02:15]

Report message to a moderator

Previous Topic: report
Next Topic: using jfreechart with oracle forms 11g
Goto Forum:
  


Current Time: Tue Sep 17 05:02:06 CDT 2024