change the default status bar of oracle forms ? (merged threads) [message #133407] |
Thu, 18 August 2005 23:25 |
Mohanraj@roadmapit.com
Messages: 16 Registered: August 2005 Location: Pondicerry
|
Junior Member |
|
|
Dear,
Sir(s) & Madam(s)
Is it Possible to change the default status bar of oracle runtime forms.Can we create our own panels in it.
I have created a status bar on my own .But what is the best way to hide the default status bar.I want to display my own status bar with panels consisting of database value.
Pls guide me
|
|
|
|
|
|
|
|
|
Re: change the default status bar of oracle forms ? (merged threads) [message #315669 is a reply to message #133407] |
Tue, 22 April 2008 06:22 |
welman
Messages: 2 Registered: April 2008
|
Junior Member |
|
|
It took me a while to find a form that was shown without the status/message bar.
The key is in the form property "CONSOLE WINDOW". Select <null>. Maybe you´ll have to play a litlle with the window properties, but here are mine:
Window style: Document
Modal: Yes
The window is opened with the built-in:
call_form( 'your_form', NO_HIDE, NO_REPLACE, NO_QUERY_ONLY, lp_id );
Have fun, although after two years you´ll probably found another solution. Nevertheless, any guests reading this thread will be gratefull (I hope) since its the first page in google looking for <<hide status bar oracle forms>>
Salu2,
Martin
|
|
|
|
|