Specify the title of browser window showing report output

I am using DS 10g.
When the report output comes in the browser, then its title is not user friendly.
Can any body tell me how to specify the title of browser window that is displaying the report output.
The report output has been generated from form.

hello,
What DESFORMAT do you use ? (HTML ? HTMLCSS ? PDF ? RTF ? ...)
Regards

Similar Messages

  • Spcify the title of browser window showing report output

    I am using DS 10g.
    When the report output comes in the browser, then its title is not user friendly.
    Can any body tell me how to specify the title of browser window that is displaying the report output.
    The report output has been generated from form.

    hello,
    What DESFORMAT do you use ? (HTML ? HTMLCSS ? PDF ? RTF ? ...)
    Regards

  • After cloning to test server, in the title bar it is showing Production

    Dear All,
    In Oracle11i Apps i did the cloning from production to test server. Then i opened the URL(http://erpt:8000) of Test server, but in the title bar it is showing Oracle Applications Production.
    Is there any problem?
    How can i change it to show the test instead of procution?
    Please help me in this regard
    Thanks
    Mahi

    To change the Profile Option Site Name, do the following:
    - Use the System Administrator Responsibility
    - Go to Profile > System
    - This will open a new window
    - Make sure that Site is selected under Display
    - Search for "Site Name" under Profile
    - Click on Find
    - The value of the profile option will appear under Site
    - Type in the value you want to appear
    - Save
    - Log out, then Log in

  • Title of previewr window in report

    hi all
    how can i change the title of previewer window in runtime.
    thanks in advance.
    shoja.

    hello,
    What DESFORMAT do you use ? (HTML ? HTMLCSS ? PDF ? RTF ? ...)
    Regards

  • [svn:fx-trunk] 12007: When the Internet Explorer browser window is obscured Stage. width and Stage.height never return the proper sizes until/ unless the IE window is unobscured long enough for the player to feel it needs to render initially .

    Revision: 12007
    Revision: 12007
    Author:   [email protected]
    Date:     2009-11-19 12:45:27 -0800 (Thu, 19 Nov 2009)
    Log Message:
    When the Internet Explorer browser window is obscured Stage.width and Stage.height never return the proper sizes until/unless the IE window is unobscured long enough for the player to feel it needs to render initially.  This was preventing our preloader from completing, since we were waiting for a non-0 Stage size.  Took a slightly different approach to solving the bug for which the original logic was added to work around.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24191
    Reviewer: Alex, Evtim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/non-0
        http://bugs.adobe.com/jira/browse/SDK-24191
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as

    Revision: 12007
    Revision: 12007
    Author:   [email protected]
    Date:     2009-11-19 12:45:27 -0800 (Thu, 19 Nov 2009)
    Log Message:
    When the Internet Explorer browser window is obscured Stage.width and Stage.height never return the proper sizes until/unless the IE window is unobscured long enough for the player to feel it needs to render initially.  This was preventing our preloader from completing, since we were waiting for a non-0 Stage size.  Took a slightly different approach to solving the bug for which the original logic was added to work around.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24191
    Reviewer: Alex, Evtim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/non-0
        http://bugs.adobe.com/jira/browse/SDK-24191
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as

  • Title of the browser displaying a report output through web.show_document

    Hiya
    We are using Oracle Forms 10g 10.1.2.0.2
    All our Forms and Reports are working well.
    We are using Java Script in Web.Show_Document so that when the report is displayed on the screen in the browser, the browser's toolbar and menubar should not be visible.
    The code looks like this:
    v_url_in := 'reports/rwservlet' || '/getjobid' || v_job_id || '?server='|| 'my_rep_server';
    v_url_out := 'javascript:window.open("'||v_url_in||'", " ", "toolbar=no,menubar=no");self.close();';
    Web.Show_Document (v_url_out, '_blank');
    The above code is working absolutely fine. No issues about this.
    Now when the report opens in a new browser window,the title of the browser window reads as follows:
    http://<hostname>:8889/reports/rwservlet/getjobid1234?server=my_rep_server - Microsoft Internet Explorer
    So rather than displaying the title of the browser window as the URL of our Application Server, we want to show the title to Reports name so that it
    reads as
    'Customer Sales Summary Report - Microsoft Internet Explorer'.
    Does anyone has any idea if it is possible to change the title of the browser window, if so, how ?
    Cheers
    Mayur

    Mayur,
    I'm not a web developer either, however, I've done this kind of thing using the HTP database package - as I mentioned. What you could do is write a database procedure that accepts the URL and the Title as parameters and let the procedure open the URL for you. For example:
    CREATE OR REPLACE PROCEDURE show_url(p_url VARCHAR2, p_title varchar2) AS
    BEGIN
       htp.htmlOpen;
       htp.headOpen;
       htp.htitle(p_title);
       htp.headClose;
       htp.bodyOpen( cattributes => 'onLoad="WinOpen()"');
       htp.bodyOpen;
       htp.script(clanguage => 'javascript',
                    cscript => '<!--
                                function WinOpen() { open("'||p_url||'","_self");
                                //-->'
       htp.bodyClose;
       htp.htmlClose;
    END;I was unable to test this procedure on my Oracle XE install, but it should work on a non-XE database.
    Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question, please mark the response accordingly. Thanks!

  • Need to Remove the tabs group Title from browser window title

    When I use a saved tab group, which means I named that tab group in FF 5,''' the name of the tab group appears at the top of the browser along with the title of the web page I am viewing'''. Not good, I need to remove that tab group title from the browser window title, so I am only seeing the title of the webpage, and nothing from the tab group. How do I do that?
    thanks
    JSC

    You can add the site to the Pop-up Blocker Exceptions list in Options > Content > Block Pop-up Windows > Exceptions
    *See --> [https://support.mozilla.com/en-US/kb/Pop-up%20blocker#w_pop-up-blocker-settings Pop-up blocker-Pop-up blocker settings]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • 2nd firefox browser window shows 2 bars at top & no home page?

    2nd opened browser window or 3rd, 4th, etc show an additional blue bar with a small orange box which says firefox with a drop down menu, plus there is no home page loaded.
    Also, I could Not uninstall so I could re-install.
    email: [email protected]
    Thanks
    Charlie

    Hi Cor-el
    thanks for your hlelp! i omitted to say that i am a Mac use and so don't have an f10 key ;-( ...and so some of the other instructions don't work either!
    I have tried some of the other suggestions( like looking in customize tool bars) ..and I don't think that something has gone missing. I think firefox may have changed the look of the window?!
    I have attached a screen grab below...to help explain...
    See the long window at the top that has google written on left hand side ?! This is where the url used to be displayed.
    I have discovered that when you are on a page if you click on the icon on the left hand side of the little window/bar...that is to the left of the long one ...and then click more info you can see the page details in a pop up window ( as per the screen grab) . However only the site details can be copied ...and not the individual page URL ...although this appears at the top of the pop up!
    I also noticed I do not have latest version of firefox running ...so will remedy that
    and maybe that will sort it ...what do you think?
    If I do the same thing but use safari as a browser i don't get the same problem ...and the complete URL for the actual page is displayed !
    thanks
    ladylotusflower

  • How can I make the title of a table show in header?

    I would like to have my table name show in the table. Ideally I would like to have the title of the spreadsheet sync with either info or a textbox within a sheet.

    Hi Jaron,
    If you do not need/want to save the information from previous weeks in a single document, your easiest solution is likely to make a two table document following Badunit's suggestion regarding titling the table using the first date entered in the main table.
    In the main table, you'd use column A to record the dates worked, columns B and C to record start and end times on those dates, and column D to calculate the number of hours worked in that time period. Formula: =DUR2HOURS(C-B)
    A footer row could be used to sum the hours in column D with the formula =SUM(D)
    Enhancements to the formulas can be made to keep the cells in D 'empty' until times are entered in columns B and C of that row.
    When the table is complete, empty the data and Save the document as a Template.
    Each week, open the template, Name and Save the document, then enter the starting date. At the end of the week, print the document, then Save it as that week's time sheet.
    Follow the same procedure each week.
    If you need/want to save a continuous record of the times you worked over a longer period, make a duplicate of the Main table above (omitting the small table used to title the main table), and use this duplicate, placed on a second sheet, as your Data table.
    This method requires re-writing the Main table using formulas that will extract one week's data from the Data table, starting with the date entered in cell A2 (as in Badunit's example).
    The formulas to use will depend on the arrangement of data in your Data table:
    Is the working time a single continuous period for each day worked, or can it be more than one period, with breaks in between?
    If the latter, are the periods recorded on a single row for each date, or on multiple rows, one period to each row?
    Is there an unpaid break (of fixed length) within each period? within each period longer than a specified duration?
    Using a document of this type would require recording the data for each day on the Data table, then, when the time sheet for the week is to be submitted, go to Sheet 1, and enter the starting date for that week in B2 of Main. When the results have been calculated, Print page 1 only.
    If interested in this route, you'll need to provide more detail regarding the layout of your data as recorded. True also, for suggestedrevisions to the formulas given above for the weekly document from a template route.
    Regards,
    Barry

  • Flex appends title to browser window in IE

    I have run into a bug with my app which occurs only in IE. My
    browser title is changed when my embedded flash object is loaded to
    the page.
    My set up is as follows:
    1) Running JSPs
    2) Page loads the flash object asynchronously (using ajax).
    3) Once flash object is loaded two things happen:
    i) The current title of the browser appends a part of my URL
    . (URL format is as follows:
    https://somehostname.com/#someStringFollowedByParams
    #someStringFollowedByParams The part that gets appened to
    the title, is everything after and starting with "#" )
    ii) My flash object allows some interaction. An as soon as
    anything is done with that object (even simply clicking on it , in
    any area of that object) the browser title changes completly to
    that string that starts with "#".
    Now, nowhere in my code do I set a title through flex.
    The title that is set through JavaScript on page load,
    doesn't have that URL piece .. It displays simple strings depending
    on page content.
    This only happens in IE (both 6 and 7) , no other browser
    behaves this way...
    Have anyone seen this issue and have any suggestions ?
    Thanks!

    As I said, it's not working for me...
    Here my use case:
    1. Create new project with Flex 3.5 SDK, with this content:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="500" height="500" historyManagementEnabled="false">
    <mx:Label text="HELLO"/>
    </mx:Application>
    2. In compilation options, uncheck "Enable integration with browser navigation"
    3. Deploy the html+swf in an Apache
    4. Access the file like... http://localhost/test.html#abc
    5. Click over the flash movie, the window title becomes "#abc"
    so, a part from "historyManagementEnabled" and "Enable integration browser navigation"... any other ideas?
    I'm using Internet Explorer 7 and Flash Player 10.0.45.2
    thanks,
    Marc

  • Swf title on browser window

    I load up my swf file but it has the file name at the top of
    the browser window. Can I change this to what I want it to say? Is
    this a flash or dreamweaver topic?

    If you're talking about viewing the flash movie ina
    browser,it's most likely
    an HTML issue - you control it with the <title> tag.
    If you're talking about an independent flash viewer, then
    it's likely th
    etitle of your flash movie.
    HTH,
    Jon
    "stephdog" <[email protected]> wrote in
    message
    news:en0sjd$osq$[email protected]..
    > I load up my swf file but it has the file name at the
    top of the browser
    window. Can I change this to what I want it to say? Is this a
    flash or
    dreamweaver topic?

  • I installed 4.01 and now when I click on a link in the menus or the seach window, the whole firefox browser window jumps

    This happens when I click on most menu links. For example, if I click on Help and select "About Firefox" the entire browser window jumps. The same goes for if I click on the default search box or on the Google Toolbar search box.
    If I click on something out of Firefox, such as my desktop or an open program, it jumps when I click the Firefox tab on my task bar to return to Firefox.
    When I click a shortcut link, such as in bookmarks, it does not do it.

    For those of you who have tried to clear this problem up with virus scans, various malware scanning programs, tdss rootkiller, etc....I have another possibility. I found another thread on this very forum where someone suggested the problem was in the router...specifically, there were manually entered DNS addresses in the router setup. I logged into my router (192.168.1.1) and sure enough, there were DNS addresses loaded and it was setup to use those DNS addresses. I simply clicked on the option to pull the DNS addresses automatically from my ISP, changed the password, and the problem was gone.
    Thanks to cr85tx for the solution!!!
    https://support.mozilla.com/en-US/questions/697011?page=1

  • How can I remove livesearch from the Mozilla Firefox browser window?

    Somehow I got the live-search malware embedded into the Firefox browser window. I have tried to remove it using SuperAntiSpyware, Spybot-S7D, and Malwarebyte. Plus ran AVG. Did all four of these several times. But I still have livesearch.
    How do I get rid of it? Will uninstalling Firefox and the reinstalling it work. If I uninstall Firefox and reinstalling it, will I loos all my bookmarks?
    Please Help!
    Thanks,
    Naturewoman

    Generally speaking, uninstalling and reinstalling Firefox doesn't solve most problems unless you remove all your personal settings, which I definitely do NOT recommend.
    These kinds of infiltrations can take some effort to remove. To make it easier, Firefox now had a "reset" feature which preserves your bookmarks but strips away custom settings and extensions, which are the source of most problems.
    You could try manually removing the "Printing Helper" extension and resetting your search settings first. If these don't help, then try the reset.
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Then run the Search Reset extension from here:
    https://addons.mozilla.org/en-us/firefox/addon/searchreset/
    More info on reset: [[Reset Firefox – easily fix most problems]]
    Any luck?

  • Not able to run the mxml file (Browser window is not launching)

    Hello All,
    I have flex 2.0 version installed on my window xp desktop. I have created one very simple form using TextInput and Label (Like:Video 04: Using Pre Built Flex Controls) but when I am clicking on the "Run" button at top near Print icon nothing is happening and I am not able to see form in browser window( window is not launching).
    I have attached the flex project screen shot. (ProjectScreen.gif)
    Do anyone have any idea why it is happening.
    I would appreciate your help.
    Thanks & Regards,
    Chetan Tyagi

    Got It !!
    I have re-installed the flex builder 2 again and now its working file.

  • Design Studio Scripting function "refresh" to reload the BI LaunchPad Browser Window and solve the automatic adjustment

    Hi experts,
    I have created a Design Studio application with GridLayout Components to ensure the automatic adjustment.
    In the local mode everything works fine! If I maximize or minimize the browser window the automatic adjustment of the design studio application works absolutely correct.
    If I execute the same Design Studio Application in SAP BI LaunchPad the automatic window adjustment works only fine if I refresh the Browser window after minimize or maximize.
    Example:
    Mnimized and refreshed Browser window (good):
    Maximzed and not refreshed Browser window (bad):
    To fix this issue, Is there a workaround with a scripting funtion (e.g. ".refresh") to give the user the possibility to reload the browser window by a button or icon?
    By the way, the issue and the Todo "Refresh" is valid in Design- and Runtime!
    Many thanks in advance!
    Best regards,
    Michael

    Hi Michael,
    Isn't this issue fixed in 1.2 SP1?
    In any case if you want to manual refresh you have to redraw the chart, this can be achieved by,
    reloading data source,
    change some selection in the chart,
    or change the data source, (apply filter,swap dimensions etc.)
    Regards,
    Fazith Ali Z.

Maybe you are looking for

  • Motherboard beeps 785GM-E51

    I Can't get my motherboard working anymore. Tried to sets of memory, though it does not seem the problem. My motherboard gives 1 long beep and 2 short ones. Cleared the CMOS already. Is this a display adapter problem? I don't have a working screen...

  • Loaded resaved iDVD6 proj from orig iDVD5 causes hang.

    Up front - I've already applied the recent updates to the iLife suite. In another thread I got worked out how to get iDVD to open and actually import an iDVD5 project. However, now when I save this project and try to reopen it, iDVD6 hangs. If I kill

  • Printing: Magenta Problem

    When printing in LR with all settings of my Canon Pixma MP800R absolutely correct and using specially made printer profile for the Canon paper I use, I still get prints with strong magenta overcast. I have been trying for a long time to find solution

  • Android  Development Companies- Conquering the World

    Android is a Linux-based operating system built on the open Linux Kerneland is mainly designed for touch screen mobile devices such as smart phones, tablet computers etc.Android is open source and allows android app developers and users to customize

  • Adobe plugin keeps crashing. I have rest as per the advice and have ended up with a new homepage view. how do i get the old one back

    i rest firefox to solve adobe flash problem. I now have a new view to my homepage. On the old one youtube maps etc showed along the top of the page( not the toolbar) just at the top of the page. Now it is just google and nothing else. Can i get the o