Home » Developer & Programmer » Forms » status line
status line [message #144840] Fri, 28 October 2005 10:14 Go to next message
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 messageGo to next message
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
Re: status line [message #144858 is a reply to message #144850] Fri, 28 October 2005 11:02 Go to previous messageGo to next message
Sharaf
Messages: 62
Registered: September 2005
Location: U.K
Member
Yeah I tried both options but It still show the messages.

Any other idea?
Re: status line [message #144949 is a reply to message #144858] Sat, 29 October 2005 10:14 Go to previous message
sachinjainonweb
Messages: 24
Registered: October 2005
Junior Member
hi

Ok try this

In form module properties , set console window -to <null>

Luck Always


Previous Topic: numbers to letters
Next Topic: Execute_query
Goto Forum:
  


Current Time: Fri Sep 20 01:40:05 CDT 2024