Customize rendering the Text Caption of the Header/DefaultSingleColumn

in OAF R12 (Swan), The pagelayout region renders its title with a text and a horizontal line. I want the Header or DefaultSingleColumn(or DoubleColumn) region to render similarly as the pageLayout region.
What css selectors do i need to specify?
thanks,
Anthony

Hi,
In processrequest you can set the text property of Header and defaultsingle colukn region.
import oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean;
import oracle.apps.fnd.framework.webui.beans.layout.OADefaultSingleColumnBean;
OAHeaderBean bean = (OAHeaderBean)webBean.findindexedchildrecursive("<id of header region>");
bean.setText("Header region");
Similarly for DefaultSingleColumn
OADefaultSingleColumnBean bean2 = (OADefaultSingleColumnBean)webBean.findindexedchildrecursive("<id>");
bean2.setText("Default region");
Thanks,
Gaurav
Edited by: Gauravv on Aug 6, 2009 9:09 PM

Similar Messages

  • Why Captivate themes do not support text caption customization?

    When I am using adobe captivate6 theme for one of my project, The published file is not the same as the preview one.
    Please let me know the reasons.. and also let me know are there any other methods to be followed...?

    Hello there,
    Themes in Captivate will over ride all the previous customization applied to text captions.
    If you want a different style other than that theme's style, you can create your own style and apply that to all and make that as the default for that theme (under properties of text caption).
    You can also customize other text captions individually on the slide level.
    and please tell have you published the project locally on your system, and what is the type of the published project?
    and which version of captivate is it?
    Thanks.

  • Customize the Header in OBIEE 11g

    I am able configure and use customize Skins and Style in OBIEE 11g. MY issue is that after user login to OBIEE 11g, it display Home page. I need to add or remove some links from the top right corner of the header. In OBIEE 11g, this header is consistent for funtions.
    Any idea if the this can be cutomized? If yes then which files I should be updating like pages or messages ares in BIP.

    Following xml seems to be corresponding one.
    <OH>\bifoundation\web\msgdb\l_en\messages\uicmsgs\saw.header.xml
    For example, I tried to modify as below and the "Home" character was vanished in the dashboard page.
    (Before)
    <WebMessage name="kmsgHeaderHome"><TEXT>Home</TEXT></WebMessage>
    (After)
    <WebMessage name="kmsgHeaderHome"><TEXT></TEXT></WebMessage>
    Hope this helps,
    Miki

  • Adding an image from the web to the report in the header with other Text

    I am attempting to fix a Crystal Report where I have a Logo positioned in the upper left corner of the Report Header.  The Report Header also includes 2 text fields.  One is fixed data and the other is a date.  I have mastered the img src but I cannot get the two text fields to display to the right of the image.  They will always push to the line below.  I have tried putting them in different sections and underlying the next section, and all other settings that I can think of.  What I must have would be similar to this:
    |                . "UPDATE"
    Image
    |                . "DATE"
    I have even tried suppressing all headers and using multiple detail sections to no avail.  I am using Crystal Reports 2008

    I have found the answer or should I say the cause of my problem.  It is that Microsoft in their infinite wisdom have changed the way (or engine) their Outlook (post version 2003) handles html.  They now use the "engine" from their 'Word' program which cannot handle most compound formatting.  To handle this program, you have to build it all on one level.  To solve my Header problem, I was forced to recreate my graphic to include the Header text, place that graphic on the top of the page and build my form below,  an entire line at a time.  Multiple objects on the same line would look great in Outlook prior to '2007' but may be in any order or grouping in '2007' and after See this explanation...
    [http://blogs.sitepoint.com/2007/01/10/microsoft-breaks-html-email-rendering-in-outlook/]

  • Editing text captions changes the Duration setting

    HI,
    I edited a text caption in the Text Caption dialog and closed
    it with the OK button. The duration (Text Caption dialog >
    Options tab > Timing > Display for:) changed although I
    didn't change it. Has anyone had this problem? I looked at the help
    file but didn't find any information.
    Thanks,
    MochaLM

    Hi Rick,
    I sent my reply, but it looks that it didin't get sent, so
    I'm writng this again. Thank you so much for your quick response!!
    I unchecked Calculate Caption Timing, and the problem is resolved.
    You're great! Thanks so much
    !

  • Text Caption will not pop up and go away.  It is there the whole slide

    I have a Text Caption box that I am wanting to pop up and
    give a Hint on how to answer a question slide and then go away
    after a few seconds.
    I have this in the Options tab for it:
    Display for: specific time: 2.2 seconds
    Appear after: .3 seconds
    Effect: Fade in and out
    In: .4 seconds Out: .5 seconds

    Welcome to our community
    Is this a standard Text Caption and you are inserting it on a
    Question Slide? If so, perhaps the buttons or overall construction
    of the Question Slide are pausing it so the caption is simply
    appearing to remain on the slide the entire time.
    If you are unable to futz with the timing to get the result
    you want, you might try creating a small Captivate project that
    only has the caption fading into view briefly, then fading out.
    Publish that as a SWF and insert it on your question slide.
    Hopefully something here was helpful... Rick

  • How to display text value in the header data (Header text) of credit memo

    Hi...
    I need to display the text value of the text field in the header text of the header data in credit memo.
    The text values are stored in a ztable and i need to display it based on the billing document stored in vbrk (zfield) that was inserted during the creation of credit request..
    Appreciate your help on how to do this...
    Thansk and will surely reward the points..
    Kanthi..

    Hi kanthi ,
                   Read the value from Z Table and during the creation of cedit memo check out for some exit where u the value from The zTABLE AND use function module SAVE_TEXT with object and id in the header text .
    Please award if useful.

  • How to add an image or static text in the header of EACH page of a cross-Tab report

    Post Author: rtutus
    CA Forum: General
    Hi, I use Crustal 11.0.
    I have a cross Tab. I display the items on the left column and the months horizontally, the items are grouped by category field. The values are the sum of quantities are displayed for each month. Like this:
                             Items         Jan       Feb       March .....................Total
    Category 1                       
                             Item11         val11     Val12      Val13                     Total values
                             Item12         val21     Val22      Val23                     Total values
                             Item13         val31     Val32      Val33                     Total values
    Category 2                       
                             Item21         val11     Val12      Val13                     Total values
                             Item22         val21     Val22      Val23                     Total values
                             Item23         val31     Val32      Val33                     Total values
    Category 3                       
                             Item31         val11     Val12      Val13                     Total values
                             Item32         val21     Val22      Val23                     Total values
                             Item33         val31     Val32      Val33                     Total values
    The problem, I want to add a page header for each page of the report.
    When Crystal reports first displays my cross-tab in the designer, CR displays the cross tab in the Report header section. I d like to add text or image for each page and not only at the begining of my Cross-Tab.
    If I just add an image or text at the top of the report designer, which is my report header, I get the image or text only on the begining of the 1st page of my report but never in the other following pages.
    If I try to work around the problem and move the cross Tab to a group section instead, and then put the Image in the group header, I get what I want, but the problem is that:
    The columns header: Jan, February....December are displayed for each group of my report and not only in the beginning of the report. I get something like this:
                             Items         Jan       Feb       March .....................Total
    Category 1                       
                             Item11         val11     Val12      Val13                     Total values
                             Item12         val21     Val22      Val23                     Total values
                             Item13         val31     Val32      Val33                     Total values
                             Items         Jan       Feb       March .....................Total
    Category 2                       
                             Item21         val11     Val12      Val13                     Total values
                             Item22         val21     Val22      Val23                     Total values
                             Item23         val31     Val32      Val33                     Total values
                             Items         Jan       Feb       March .....................Total
    Category 3                       
                             Item31         val11     Val12      Val13                     Total values
                             Item32         val21     Val22      Val23                     Total values
                             Item33         val31     Val32      Val33                     Total values
    You see the months get duplicated. Any way, my real need is to add an image or text in the header of EACH page of a cross-Tab report.
    Thanks a lot for your help.

    Hi Divya,
    you could do for example in the wdDoInit() of the view
    wdContext.currentContextElement().setPicture("picture.gif");
    Now you assign this context variable to the Tab using the Tab_header's imageSource-Property. When you click on its value column, you see a button with three dots on it. If you click on this button, you will get all context nodes and attributes for this View. Usable variables are clearly marked, you now choose the one named Picture or what ever name you prefer to use. But it must correspond to the one set in the wdDoInit.
    I think setting a picture (not necessarily for the tab-page) is done in one of the excellent tutorials. If you are a newcomer I strongly recommend doing some of the tutorials.  I have learned tremendously from them.
    Hope this helped
    Harald

  • Is it possible to change the formatting of all text captions in a project?

    Hi there.
    I'm wanting to change the following formatting options on all text captions in my projects:
    Caption type
    Font
    Font size
    Font colour
    Spacing
    Is there any way of changing these for all text captions, or do I have to change them individually? I've tried changing the options in the object style manager, but I think that only works for when you're creating a new text caption, not for existing ones.
    I'm using Captivate 7.
    Thanks.

    It depends: are you using the default style for Text Captions? In that case you can change the default style in the Object Style Manager and have it applied to all Captions.
    Or you can change one text caption, and in its Properties panel choose the option 'Save Changes to existing style' from the menu top right (see screenshot). Both methods will work if you didn't override the default Caption Style for those captions. Beware: Quizzing objects can use another style.

  • The header text in sales order are coming on DE (and has to be PT)

    Hi SDN Team members,
    I have a strange issue. In the sale s order header the text by default it is coming as DE(German language) but it should be PT portugal language. This situation is in production system. The SAP log on language is PT.
    I have replicated the same scenario in Relica of Production as well as test system where i am getting by default language is Portugal.   Even i have tried to log on in to PT language where i am not getting the above problem where sales order shows the header text as default PT.
    I have checked the sold to party - where the language is maintained as PT, Also in Sales organization and in company code level where the language is maintained in PT.
    I have checked the OSS Notes also 442976 and Note 451147 and also the report -  RVTEXTE..
    This problem comes for almost all the sales users of the portugal.
    Can you please help me to resolve this problem.
    Looking forward for your favorable reply.
    Thanks and Regards,
    Jana

    Hi SDN team,
    I have solved this request.  By running the Program - RVTEXTE and inputing the selection parameters as per out business requirement and the problem has been resolved.
    Team - Thanks for all your valuable inputs.
    Regards,
    Jana

  • Table in which if I put the delivery number ..I should get the HEADER TEXT

    Dear Members,
    I am checking for a table in which if I put the delivery number ..I should get the HEADER TEXT. Does such table exists or a Z report shoudl be created for this kind of setup.
    Regards,

    Hi,
    There are two Tables in which the texts will be stored
    One is STXH -
    TEXT HEADER
    other   STXL------- TEXT ITEM
    If you want to get the Header text then input the values in the table
    In STXH
    TEXT OBJECT     is    VBBK
    TEXT NAME      is      DELIVERY NUMBER
    TEXT ID             is       ZS01  ( this is the standard ID for the  Header note 1 )
    Now goto SE37 and give the Function Module READ_TEXT and maintain all the above details and get the TDLINE Which contains the TEXT of the Delivery
    regards,
    santosh

  • How to get subject text and Reference Object both Screens at the Header lev

    Dear Experts ,
                    I am getting only Notification Header Screen ( Subject Text, Notification system and User Status) at the Header of Notification and different Tabs under that screen.
                    I want Subject Text and Reference Object screens at header Level so that any screen Tab selected at a time I can see the Subject and Reference Object of the Notification.
                    Pls tell me is there any way so I can Include 2 screens( Subject and Reference Object at the Header Level.)
    With best regards,
    Narendra

    Narendra,
    You can't in the standard system.
    Only the tabs are configurable.
    PeteA

  • Is there any report to get the header/item text at GR stage together?

    Hi gurus,
    Is there any report to get the header/item text at GR stage together with a date range?
    at the point of goods receipt?  Or a report that could be run to search for header/item text at GR stage together with a date range?
    Text that was entered at the point of goods receipt?

    Hi
    Check MB51 report with posting dates for materials/vendors and use the display variant document header text (which is GR header text). I hope this is the one you are looking for.
    Thanks

  • To change the header text of Purchase order using BAPI

    Hi,
    I am using BAPI_PO_CHANGE to change the header text of PO. But it s not reflecting. Can anyone help me by providing solution for this.
    <i><b>Points will be rewarded for the useful answers.</b></i>

    Hi,
    I need to change the text using this BAPI alone. I am using this because i need to change many parameters of PO.
    Can u please say me solution using BAPI_PO_CHANGE. I need to know what are all the parameters need to be passed to BAPI to change the text.
    Thank you for replying.

  • User exit/BADi to change the header text in MIRO transaction

    Hi all,
    I am searching user exit or badi to change the header text in MIRO transaction.
    My requirement is, before post the invoice I need to populate the vendor name in Header text field(MIRO -> Details tab -> header text field ). I have tried all the user exits and BADi's related to MIRO. Doesn't work. If anybody knows please share.
    Thanks,
    Pranav

    Try BADI INVOICE_UPDATE.
    If you are in system version is ECC 6.0, you can find out a Enhancement SPOT (ES_SAPLMRMC) under Function module MRM_FINAL_CHECK, which can be used to perform this requirement
    Hope this helps.
    Thanks,
    Balaji
    Edited by: Balaji Ganapathiraman on Mar 14, 2008 4:43 PM

Maybe you are looking for