Forms window title

HI Gentlemen,
Could you tell me what to do in order to override the "Forms Developer Runtime - Web" standard window title? I substituted in formsweb.cfg the pageTitle parameter, it appears for a moment correctly, but it then again reverts to the above text. It would be good to see which particular application is running.
Thank you, regards from
Miklos HERBOLY

You sound to be having different applications set up in the formsweb.cfg. (Because, you said it would be nice to see the application name as page title.) Make sure, the following things are set:
1) Set the pagetitle separately for each application/config section in formsweb.cfg.
2) If you expect a unique page title for all the applications, then set the pageTitle in the default section.

Similar Messages

  • How to Change Applet Windows Title in EBS 11.5.10.2?

    Dear All, would like to check How do I change the Applet Form Windows Title in EBS 11.5.10.2?
    Thanks.

    Hi,
    Anybody know how to change the wording in the red rectangle part ?Check my previous reply, it answers your question (login to System Administrator responsibility and navigate to Profile > System, search for the profile name, and change it at the Site level).
    Regards,
    Hussein

  • Display forms title as a part of IE window title

    Hi,
    Does anyone know how to display forms title as a part of IE window title in Webforms 10g?
    For example: if I am on the Order Entry form, the IE title would be Order Entry - Microsoft Internet Explorer.
    Thanks all,
    L

    Thanks Terrible :-)
    Yes, I did change the pageTitle in the formsweb.cfg to have the Application name. And you are right that is the one time only...
    I would like to somehow passing a forms title as a variable that is appended to the Application title at runtime.
    Gerd, you mention about the java applet which can interact back to the IE-engine. Have you done one before? I am new to this concept.
    Thanks all for your help :-)
    L

  • Add window title to Forms menu

    Hello!
    We haven't specified window title of the screen.
    How can i add the window title to Window menu?
    Thanks!
    Edited by: Aver on Oct 5, 2008 3:36 AM

    This?
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, TITLE, 'xxxxxxxxxxx');
    SET_WINDOW_PROPERTY('window_main', TITLE, 'yyyyyyyyyyy'); --change SDI window title                                                                                                                                                                                                                                                                                                                   

  • How to get User Id in every window title bar at runtime

    Hi people
    How can i get Userid in the window title bar at runtime
    prasanth a.s.

    If running on the web you can use webutil or SET_WINDOW_PROPERTY (title). You can use GET_APPLICATION_PROPERTY(usename) as well.
    More info in the Help.
    Regards
    Grant Ronald
    Forms Product Management

  • DATABASE ITEM VALUE AS WINDOW TITLE

    Hai Everyone,
    I want my Window title to display customer ID and customer name ,how can i do it.........???????????.
    I tried with SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'ORDER.CUSTOMER_ID'); in WHEN-NEW-FORM-INSTANCE.It didn't work.
    Kindly help.

    well the problem is here i think:
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'ORDER.CUSTOMER_ID');
    why the item name as a string?!?
    also why copy the value of the item to a variable, and set the title to this variable?!?
    why not simply use the item?!?
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,:ORDER.CUSTOMER_ID);
    if you want to use this code in pll's or mmb's you can use name_in built-in:
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,name_in('ORDER.CUSTOMER_ID'));
    regards

  • Oracle Fusion Middleware Forms Services title need to be change in JRE

    Hi,
    When i run the form in the Runtime(JRE) . I ran the form in separateFrame=true and it is working fine ,but it show "Oracle Fusion Middleware Forms Services" in the
    title of the JRE .. I need to change the title and ICON of the JRE.
    Where do i need to change .. please help.
    Regards
    Mani

    but if you put separateFrame=True .. and that pagetitle is working when separateFrame=False .... >
    This setting changes the default title of the Browser window that your Forms Application runs in. If you want to change the title of the Forms Applet window you would need to set the title through code in your Form using the Set_Window_Property() built-in. For example:
    /* This sets the title of the Window named "WINDOW1" */
    Set_Window_Property('WINDOW1',TITLE,'This is my Window title.');
    /* This set the title of the Applet Window */
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'This is my Application Title');Just set the title in the first form displayed by your application. There is no need to set it in each form, unless of course you want to change the title as you navigate through your application. : - )
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Changing Window title programmatically

    I'd like to change the Windows title of a 10g Form whenever the user moves to a different canvas. I know I can change the title with the Set_Window_Property built-in but how can I detect when the canvas has changed?

    Why don't you want to use the When-Mouse-Click trigger ?Maybe the user can use Tab to navigate to a new canvas. And blocks can be split over 2 canvases, so when-new-block might not work either.
    A form-level when-new-item-instance trigger which reads the canvas property of the item would probably solve the problem. It's a bigger overhead that you need but it's uncomplicated programming.

  • Remove MDI Window Title Bar

    I want to remove the MDI Window Title Bar, because i already have noticed in this forum that is almost impossible to remove the whole MDI window in Forms 10g...
    Is it possible??

    Hi,
    I need to look at the sources again, but from what I remember, you can't
    Frank

  • 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)

  • Window Title Problem

    Guyz,
    I configured webutil 6 month before and its working fine till date the only problem with window title. i didnt change anything in formweb.cfg file i use the below code for MDI_FORMS_WINDOW.
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'My title');whenever i'm running the forms the title shows -webutil-Microsoft Internet Explorer instead of displaing my title even i put the above code in WNFI trigger but same thing happening...as you can see in the snap.
    http://www.ziddu.com/download/13406629/TitleError.jpg.html
    im using forms 10g.
    anyone suggest me how can i resolve this issue?
    Regards
    Moazam
    Edited by: Moazam Shareef on Jan 15, 2011 2:00 AM

    go to object navigator
    under visual attributes you will find windows.
    expand the windows tab
    right click on it and select property palette
    after the property palette page open
    navigate to funtional tab under which you will have a property name title ...
    over there give the name what ever you want and recompile again and run the form
    Object Navigator ->windows ->property palette -> Funtional ->Title -> "Enter the title that you want"
    Edited by: Suhail Faraaz on Jan 15, 2011 2:09 AM

  • Window Title

    When we run a form on the main window it shows Oracle Form Runtime as the title .... what can be done to change this title.
    Do reply
    thanx in advance
    Amyt

    At runtime the MDI window title can be changed by using SET_WINDOW_PROPERTY built-in (in Pre-Form trigger...):
    Set_Window_Property(FORMS_MDI_WINDOW, TITLE,'my title') ;
    The window title you can change the same way.
    You can also set window property TITLE declaratively in Form Builder (using the Property Palette).
    I hope this will help you.
    Helena

  • Window title -using parameter

    i am wondering how i can change the window title using the parameters that i pass to this particular form.
    I would like for my window title be something like:
    Edit Site: :parameter.fac for :parameter.date
    ~Vannette

    It is not clear on which Operating system you are running your forms. If it is Windows then if you are trying to set 'TITLE' for the main window (In windows forms run inside MDI Application Window)
    Then use
    Set_Window_Property(FORMS_MDI_WINDOW,TITLE, Edit Site: ||:parameter.fac|| for ||:parameter.date );
    And it should work.

  • 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

  • Changing the Window title

    Hi,
    I am using forms 10g version and like to know if there is any possible way I can change the window title from,
    'http://192.168.x.x - Oracle Application Server Forms Services - Microsoft Internet Explorer'
    to other wordings ?
    I have tried to use, SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'New Title'); but not successful.
    My existing settings of formsweb.cfg are,
    [default]
    separateFrame=false
    [sepwin]
    separateFrame=True
    Thanks in advance.

    You're right - you'll use Javascript to make the change to the browser title, but you'll need a Java bean in your Form to make the call to that Javascript. I've posted some example code in an earlier thread on how to call Javascript from a Forms bean item:
    Re: How can a Javabean call Javascript function of the basejpi.html??
    I used a Javascript include file to include the following Javascript function (among others) in the html page that hosts the applet i.e. in our case, webutiljini.htm:
    function setWindowTitle(title)
    document.title=title;
    Hope that gives you the building blocks you need!
    James

Maybe you are looking for

  • Mass change of the invoices

    Does SAP provide any transaction code for mass change of the invoice. I want to change the value inputed in the reference key 1 of the customer line items already posted, there are 850 line items posted . i want to change the value in the Ref key1 fi

  • Solaris 9 Sparc

    Has anyone downloaded the zipped ISO's for Solaris 9 Sparc? I completed all three downloads and created the CD's from the ISO's. The install disk works fine. I'm having trouble with disk 1, it seems to be corrupt. In fact the ISO claims to to be 564

  • Remove Options from iView, Page - Tray

    How do I remove the Options from an iView, Page Tray in ESS & MSS: 'Add to Favorites' Option 'Details' Option 'Expand'/'Collapse' Icon in Tray 'Help' Option 'Open in New Window' Option 'Personalize' Option 'Refresh' Option 'Remove' Option I wish do t

  • Where can I buy the sticker for macbook air 11 inch where scrat is running, the apple on his back?

    Where can I buy the sticker for macbook air 11 inch where scrat is running, the apple on his back?

  • Dreamweaver CS4 installs OK, but fails to open.

    Just starting out with Dreamweaver CS4. Installed from DVD, all OK, but when I open, Dreamweaver starts for 2 seconds then closes - no error messages. Loaded the Adobe Support Advisor and it says "unable to update an installed font when installing th