Hide/Replace Windows Title in 11gr2.

Hi All!
I m using Forms 11gr2, and want to show title of Company Name on the top of the Main Window, i.e. above my menu bar.
Previously I was using following built-in in Forms 6i successfully;
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'Company Name'),
but now, it instead show two titles
-- Address bar of form (above my menu bar).
--Oracle Fusion Middleware title (above address bar of form) at the top.
which ultimately decreases my main windows size.
So, sir Please guide me how to disable these two Windows Titles and replace these with my Title as Company Name , above My Menu Bar Window.
Thanks & Regards.

ocpdev wrote:
Hi All!
I m using Forms 11gr2, and want to show title of Company Name on the top of the Main Window, i.e. above my menu bar.
Previously I was using following built-in in Forms 6i successfully;
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'Company Name'),
but now, it instead show two titles
-- Address bar of form (above my menu bar).
--Oracle Fusion Middleware title (above address bar of form) at the top.
which ultimately decreases my main windows size.
So, sir Please guide me how to disable these two Windows Titles and replace these with my Title as Company Name , above My Menu Bar Window.
Thanks & Regards.In version 11, the easiest way will probably be to use java script. For example:
Declare
     rtn     varchar2(255);
Begin
     -- rtn will return the value passed in
     rtn := WEB.JAVASCRIPT_EVAL_FUNCTION ('document.title = "This is my title."');
     message('The title has been set to '|| rtn);
End;Hope this helps..
Hamid

Similar Messages

  • Replacing Window Title

    Hi all
    I am using oracle10g with Form6i. My question is I want to replace the window title with active record like if employe detailds are being dispalyed on form that particular employee name either first name or full name should be displayed together on window instead of window title. When the record is changed next employe should be displayed.
    any suggestion will be highly appreciated. Please answer with example. thanks

    hello,
    You can search here in forum about your problem there's so many example.
    BTW you can use the SET_WINDOW_PROPERTY built in
    create trigger When-new-record-instance
    declare
    wn_id1 Window;
    begin
    wn_id1 := Find_Window("yourWindowName");
    if (NOT Id_Null(wn_id1)) then
    /* Set the title of the window*/
    SET_WINDOW_PROPERTY(wn_id1,title,:yourBlock.yourDisplayNeed);
    else
    message('Window not found');
    raise form_trigger_failure;
    end if;
    end;
    /*try this but not sure if it works because i dont have form to test it , my computer i just formated it*/
    or you can use the form reference help of forms
    search by find_window,set_window_property

  • Replacing Window Title with other value

    Hi to everyone
    Can anyone tell me how can I replace the window title with other values...for example with active record...mean client name should appear instead of window title.
    Thanks in advance

    Here is the code I use from a simple form. You can see it handles three separate environments, Client/Server, Web separate frame, and Web inside browser window.
    I like to remove the "Oracle Forms Runtime" from the main window, only in Client/Server, you cannot remove the brackets. So you are left with - [ Your Title ]Here is the code. It can be put into either the Pre-Form or When-New-Form-Instance trigger. But note that once you do this, EVERY form must set its title, or the one you set last will show up on all your subsequent forms:
        DECLARE
          WINDOW_ID        WINDOW := FIND_WINDOW('WINDOW0');
          WTitle           Varchar2(100) := 'My Test Form';
        BEGIN
          Set_Window_Property(Window_Id,Window_State,Maximize);
          If Get_Application_Property(User_Interface) = 'WEB' then
            --Web forms:  set MDI title, erase W0 title.
            Set_Window_Property(Window_Id,Title,' ');
            Set_Window_Property(Forms_MDI_Window,Title,' ' || WTitle);
            --- Check if running SeparateFrame=False (form within browser)
            If get_window_property(forms_mdi_window,title) is null then
              --SeparateFrame=False:  running inside browser window.
              --Cannot set browser title; need to set Window0 title
              Set_Window_Property(Window_Id,Title,' ' || WTitle);
            end if;
          Else -- client/server forms
            Set_Window_Property(Forms_MDI_Window,Title,' ');
            Set_Window_Property(Window_Id,Title,' '||WTitle||' ');
          End if;
        END;

  • Why does hiding the menu bar hide the window title?

    [FF4.0] If I uncheck Menu Bar (R click top area) the title in the title bar at the top of window also disappears. IE9 just has a blank title bar! What's with the losing of the title bar? It's actually useful...

    Are you running Firefox in maximized mode?
    You can set the pref <b>browser.tabs.drawInTitlebar</b> to false on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Hide Window Title.

    Hi all,
    Can we hide the Window title bar of a form? I am using Forms 6i.
    Thanks & Regards,
    Manu.

    Hey you guys! It IS possible. All the forms I work on do that.
    Manu, why do you give credit to the ones who tell you something cannot be done? :_|
    -> i want to hide the forms window's( Only 1 window in the form) title bar.
    -> I want to hide the blue colored ( default windows theme) in which the minimize, maximize and close buttons resides.
    You have options, which I pointed out above. Since you are asking about Forms 6i, I'll address those.
    You always have the title bar of the Forms_MDI_Window. That contains the standard Windows icon on the left end, and the standard symbol/icons for Minimize, Maximize(or Restore), and Exit on the left.
    When you start your form, you will also have the standard Forms menu bar, (Action Edit Query...Window Help).
    And a third menu bar, the Window0: On the left, the standard Windows icon, then the Window0 title, and on the right, the standard icons for Minimize, Maximize and Exit.
    To get rid of that third Window0 title bar, in your Pre-Form trigger (or a standard PLL procedure ), do this:
    <font color=blue>  Set_Window_Property('WINDOW0',Window_State,Maximize);</font><br>
    That is what ALL of our forms here do.
    And to prevent the user from re-displaying that Window0 title bar, create a When-Window-Resized trigger like I posted above.
    We also set the Window0 properties, Close Allowed, Move Allowed, Resize Allowed, and Minimize Allowed to No. Only Maximize Allowed is set to Yes (so the above Set_window_property above can work).
    But you can also manage the Window0 Y position. Set it to -20, and the title bar slides up and out of sight. We don't use this option, though, since resizing the MDI window leaves the width and height fixed. Maximizing Window0 is much easier.

  • Printer Queue - How can I hide print job title and username?

    Hi,
    Does anyone know if it is possible to hide print job title and username in the printerqueue?
    Because of our privacy agreement we would like to hide this information, 
    Workstation OS: Windows 7 x64 
    Printserver : MS 2008 R2
    Thanks in advance
    Mark

    Not the user name but the job name is changed to Print Document when the print jobs are sent to Server 2012 and 2012R2.
    There is no Windows feature like this in 2008R2.  There are third party products that include job rename features for 2008R2
    Alan Morris formerly with Windows Printing Team

  • HOW TO HIDE MDI WINDOW INFORMS 9I WHEN THEY RUN IN WEB BROWSER

    Hi. Will any body tell me how to hide the default MDI window title in Forms 9i when it run in Web Browser. I am using the "Look and feel" property as "Generic" in Formsweb.cfg file. I tried the RESIZE,POSITION,MINIMIZE,VISIBLE FALSE properties of SET_WINDOW_PROPERTY FUNCTION, But the horizontal Bar at the top displaying "Window" on it, is displayed. OR some time form is not displayed at all. So plz help me. This kindness of any one will be appriciated.
    Regards
    Inayat Qazi

    Hi Inayat,
    To remove the ORACLE icon, change the line "logo=" to "logo=x" in file formsweb.cfg.
    I am not sure if it is possible to remove the standard-menu (horizontal bar with word Window, as you describe it), because as far as I know it is inheritance for the Windows OS. In other words, removing the standard menu can only be achieved if you run on another OS.
    Kind regards.

  • Question about Setting Window Title/the use of AVWindowSetTitle()

    Hi everyone,
    I have a question about setting the title of the window in which the Acrobat viewer normally opens a PDF file.  The documentation states that AVWindowSetTitle() cannot be used in this case.  However, using it has worked with versions of Acrobat/Reader up until and including version 8.
    Everything breaks down starting with Acrobat 9.
    According to the documentation I am supposed to do the following: "To set the title of a window in which the Acrobat viewer opens a PDF file, you must replace AVDocOpenFromASFileWithParams() and pass the window title in tempTitle."
    Unfortunately, there are 2 problems I have with this approach:
         I do need to be able to change the document title on document Save, not only on document Open
         I do not know what AVDocOpenFromASFileWithParams() implementation has to look like if I have to replace it using HFTReplaceEntry().
    Is there a sample customized implementation of AVDocOpenFromASFileWithParams() somewhere that I could take a look at?
    Is there a way to change a document Title inside Acrobat/Reader window after a Save operation?
    Thanks a million,
      Lana2010K

         I am sorry.  I don't know how you tested this and came to conclusion that this works correctly in Acrobat X.
         I just tested our Acrobat plug-in with a trial version of Acrobat X and this did not work.
         When we open a file in Acrobat (doing it ourselves in the plug-in by adding another specialized open) we set the window title to something different from the default file name.  Then if a file gets edited and saved (File->Save), the window title gets reset to the file name. In the PDDocDidSave callback we call AVWindowSetTitle() to set it back to a more descriptive window title we need.  This has worked up until and including Acrobat 8, but does not work in either version 9.0 or 10.0.
         Also, I just modified the plug-in code to always change the Window Title of every document (even if opened through native File->Open) on document Save.  It does not work.
         Please help,
              Lana2010K

  • How do I hide a windows icon

    in Oracle 10g I want to hide the icon image of the windows.
    I want the windows shows only the title bar not the icon.
    Anyone can help me.
    Yeahia

    Actually I want to hide the windows icon which is top left corner of the windows. even when i hide the close,maximize,minimize,resize,move etc. everything set=no then also windows icon is visible. i want to hide the icon.
    Yeahia

  • Window title bar?

    Hi all,
    Does anybody know how to set the window title bar like the one
    used by window.MessageDialog e.g. without the small icon image at the
    left corner? If I set the window.IsToolWindow attribute to TRUE, the
    small icon image is not displayed but the title bar font is twice
    smaller (???).
    I'm using Forte 3.0.G.2 on NT4.0.
    Thanks in advance,
    Rejean
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    See
    How to hide forms title
    Re: Remove Window Title Bar (Forms 10g)

  • Firefox 4 beta 1/2 dont have the window title bar

    If i choose to hide the menu bar, I can see the orange "firefox" button but there is no windows title bar that has the min, max, and X buttons. Like this title bar is cleanly chopped off.
    However running firefox as admin doesn't have this issue.
    == This happened ==
    Every time Firefox opened
    == after installation

    Are you using a persona?
    See https://bugzilla.mozilla.org/show_bug.cgi?id=574833 - Installing Persona theme completely covers the caption buttons

  • How to set window title using cfdocument format="FlashPaper" ?

    Does anyone know how to set the the browser window title when using:
    <cfdocument format="FlashPaper">
    #docContent#
    </cfdocument>
    The variable docContent is a fully formed html document, complete with <head> and <title> elements, yet <cfdocument> doesn't pick up the title I've specified. I'm wondering if anyone has done this before???
    Thanks!

    Yes, I tried that, but <cfdocument> replaces any content that I add. I cannot view the source for the page, but at least according to FireBug, when I view the page contents, I get:
    <html>
    <head>
    <title>print.cfm - print.cfm (application/x-shockwave-flash Object)</title>
    </head>
    <body marginwidth="0" marginheight="0">
    <embed width="100%" height="100%" type="plugin" src="http://127.0.0.1/tss/print.cfm?id=expeditions_staff&start=1" type="application/x-shockwave-flash">
    </body>
    </html>

  • Configuring the browser window title for an iWeb-created page?

    Hello all,
    How do you customize the text that appears in the browser window's title for an iWeb-created page? (e.g., at the top of the browser window where it says "Apple - Support - Discussions - etc."). I had assumed that the the name I designated for the page via the Inspector would be used as the browser window title, but instead iWeb is using the first line of text within the page itself.
    Thanks!

    You can do it with a HTML snippet with the following code:
    <script type='text/javascript'>
    parent.document.title = "name you want to appear at the top of the window";
    </script>
    It takes about a second or two to replace the original text as can be seen in this test page.
    Put the snippet box off somewhere where it won't overlap on any other element. It is invisible on the web page and in iWeb until you click on it. I had to do a Select All to find it just now to get the code.
    OT

  • [DWM] How to get window titles (w/xprop?)

    I'm trying to expand my "switch-to-tag"-script to include window titles, but have stumbled upon something I can't understand:
    If I issue "xprop" (with no arguments), and click on my firefox-window, I get the following output:
    user@host $ xprop (click on firefox window)
    _NET_WM_USER_TIME(CARDINAL) = 6193278
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x14000aa
    bitmap id # of mask for icon: 0x14000ab
    window id # of group leader: 0x1400001
    WM_WINDOW_ROLE(STRING) = "browser"
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    [[ !! HUGE ASCII ICON WAS DELETED TO SAVE SPACE HERE !! ]]
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 20971689
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x14000a8
    WM_CLIENT_LEADER(WINDOW): window id # 0x1400001
    _NET_WM_PID(CARDINAL) = 873
    WM_LOCALE_NAME(STRING) = "C"
    WM_CLIENT_MACHINE(STRING) = "allotria"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified minimum size: 1 by 63
    program specified maximum size: 32767 by 32767
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "Navigator", "Firefox"
    WM_ICON_NAME(STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    _NET_WM_ICON_NAME(UTF8_STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    WM_NAME(STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    _NET_WM_NAME(UTF8_STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    So that worked alright. However, if I feed the ID of the window (0x1400001) to xprop, I get the following:
    user@host $ xprop -id 0x1400001
    WM_CLASS(STRING) = "firefox", "Firefox"
    WM_COMMAND(STRING) = { "firefox" }
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1400002
    WM_CLIENT_LEADER(WINDOW): window id # 0x1400001
    _NET_WM_PID(CARDINAL) = 873
    WM_LOCALE_NAME(STRING) = "C"
    WM_CLIENT_MACHINE(STRING) = "allotria"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified size: 10 by 10
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING
    WM_ICON_NAME(STRING) = "firefox"
    _NET_WM_ICON_NAME(UTF8_STRING) = "firefox"
    WM_NAME(STRING) = "Firefox"
    _NET_WM_NAME(UTF8_STRING) = "Firefox"
    There's no title in that output, even though I saw it by clicking - How come? And how do I grab the correct window title from a window id?
    Last edited by graph (2013-05-05 08:18:10)

    man xprop wrote:If the desired window is not the root window, it may be selected in two ways on the command line, either by id  number such as might be obtained from xwininfo, or by name if the window possesses a name.
    The id you obtained from xprop is the WM_CLIENT_LEADER, also listed in the WM_HINTS as the group leader. So that appears to be something like a root window for Firefox, not necessarily the one you see (with the title you want).

  • Dumb Q: problem with Find And Replace window in Flash 8

    Dear Flash Group,
    apologies if this is trivial, it's my first day using Flash.
    I downloaded a Flash project from
    http://www.flashorb.com/articles/benchmark_files/flash-benchmark.zip.
    This
    flash calls into a web service at localhost:8080. I used the
    'Find and
    Replace' window within Flash Professional 8 to locate the
    string
    'localhost:8080' and replaced it with plain 'localhost'.
    However, when I 'Debug the Movie' (Ctrl-Shift-Enter), it
    still tries to
    access port 8080! Obsiously, my replace command did not do
    what I thought it
    would do. I opened the FLA file in a binary editor, and saw 4
    more
    references to 8080, One if them in 'Properties' of a
    WebServicesConnector,
    but I cannot figure out how to find the other occurences.
    Checking on google, I see lots of people having similar
    problems, but no
    solutions
    Any ideas?
    Regards, /george
    PS. What do you guys do for code completion - is there a tool
    that would
    bring Flash on par with an professional IDE?

    george,
    > when I 'Debug the Movie' (Ctrl-Shift-Enter), it still
    > tries to access port 8080! Obsiously, my replace
    > command did not do what I thought it would do.
    Agreed.
    > I opened the FLA file in a binary editor, and saw 4
    > more references to 8080, One if them in 'Properties'
    > of a WebServicesConnector, but I cannot figure out
    > how to find the other occurences.
    Might they be the result of that WebServicesConnector
    reference?
    > Checking on google, I see lots of people having
    > similar problems, but no solutions
    That's really odd, actually. I'm on these boards every day,
    and I've
    never heard of this issue. I don't *think* the Find/Replace
    dialog visits
    panel contents, such as the Component Inspector panel, but I
    wouldn't swear
    to that.
    > What do you guys do for code completion - is there
    > a tool that would bring Flash on par with an
    professional IDE?
    Well, Flash is a professional IDE, of course. By definition,
    if you pay
    for something, you have acquired a professional product or
    service. I know
    what you mean, though. Flash itself rocks, but the Actions
    panel can be
    glaringly weak. Personally, I use SE|PY to edit ActionScript.
    http://www.sephiroth.it/python/sepy.php
    Sorry I can't speak to your other issue. :-/
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

Maybe you are looking for

  • Apple mobile device will not load on my pc w/7

    I want a no B.S. answer why the apple mobile device driver will not load when I install i Tunes

  • Need help compressing 140 minute video file for DVD+R

    Hi folks, I am self-teaching Final Cut Studio and DVD Studio Pro. I must admit, the manual is not helping me with some key areas. My first test in burning a DVD was to load a QT file into FCS then burn it to a standard DVD+R. Now, those say 120 minut

  • Where do I select the photos to share with my ATV?

    I have updated to the latest iTunes but now can't find where to set up/manage home sharing so that I can get my ATV 'talking' to my iPhoto library on this computer.  To be clear, Home Sharing is set up and working (kinda, sorta) -- for example, in iT

  • Oracle import

    Hi , iam import an oracle dump which was taken from Oracle 9i database which has a character set of WE8MSWIN1252 . The database which iam going to import has tghe charcter set of AL32UTF8. Whilw import iam geeting this below error. import done in WE8

  • Column data restriction based on join condition

    All, SELECT e.ename,   d.dname,   e.job,   e.comm, e.sal FROM emp e,   dept d WHERE e.deptno=d.deptno AND e.empno   =7788 AND e.comm   IS NOT NULL; In this query, if the comm for the empno=7788 is not null, then i am able to retrive the record, If co