Home » Developer & Programmer » Forms » How to remove tile -[WIN_MAIN] at runtime (Oracle Form 6i)
How to remove tile -[WIN_MAIN] at runtime [message #601158] Sun, 17 November 2013 13:31 Go to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
I want to change runtime title of form window to 'My form' so for that i use

set_window_property (forms_mdi_window, title, 'My Window');


After that it showing "My Window -[Win_Main]"
So I want to remove " -[Win_Main]".
Can anybody tell me how to do this...
Re: How to remove tile -[WIN_MAIN] at runtime [message #601160 is a reply to message #601158] Sun, 17 November 2013 14:33 Go to previous messageGo to next message
mughals_king
Messages: 392
Registered: January 2012
Location: pakistan
Senior Member
can you clear are you trying remove brackets[ ]??? or wanna change oracle runtime title

set_window_property('builder',WINDOW_STATE,MAXIMIZE); 
set_window_property('builder',title,'BUILDER SOFTWARE'); 
set_WINDOW_property(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
set_WINDOW_property(FORMS_MDI_WINDOW,title,'MY DEVELOPED APPLICATION');


may be it could help you.


Regard
Mughal

[Updated on: Sun, 17 November 2013 15:02]

Report message to a moderator

Re: How to remove tile -[WIN_MAIN] at runtime [message #601163 is a reply to message #601160] Sun, 17 November 2013 21:32 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
Both, I want to remove brackets and also want to change runtime title.

Well I tried above code. but giving me this name
"MY DEVELOPED APPLICATION - [BUILDER SOFTWARE]". So instead of this I only want to give "MY DEVELOPED APPLICATION" , no dash, no brackets, no windows name, please tell me how to do this...
Re: How to remove tile -[WIN_MAIN] at runtime [message #601165 is a reply to message #601163] Sun, 17 November 2013 23:21 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Then don't use the SDI window Title
Re: How to remove tile -[WIN_MAIN] at runtime [message #601204 is a reply to message #601165] Mon, 18 November 2013 09:57 Go to previous messageGo to next message
dark_prince
Messages: 121
Registered: June 2013
Location: India
Senior Member
But still it showing the brackets
Re: How to remove tile -[WIN_MAIN] at runtime [message #601358 is a reply to message #601204] Wed, 20 November 2013 00:01 Go to previous message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Well that is the default behavior of ORACLE Forms.

One thing you can do more, that is you can minimize the SDI main window and only show the MDI window to your user. That will not show the MDI's window title. And in this way you can show only one title.
Previous Topic: OCX Calendar Control 9.0
Next Topic: Oracle Form Block populate from another block
Goto Forum:
  


Current Time: Fri Apr 19 16:11:48 CDT 2024