status line [message #144840] |
Fri, 28 October 2005 10:14 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Sharaf
Messages: 62 Registered: September 2005 Location: U.K
|
Member |
|
|
Please I want to disable the status line at the bottom of the oracle form window.
this status line displays all the operations on the form. eg.
1 record applied and save.
Thanks
|
|
|
Re: status line [message #144850 is a reply to message #144840] |
Fri, 28 October 2005 10:42 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sachinjainonweb
Messages: 24 Registered: October 2005
|
Junior Member |
|
|
hi ,
to supress messages u can do this
in Pre-Form
:System.Suppress_Working := 'TRUE';
:system.message_level:=25;
or Alternatively u can do this
in On-Message write
null;
Luck Always
|
|
|
|
|