Print header/footer template bug?

Using:
Win 7 Ultimate
Primavera P6 Professional R8.2
Release: 8.2.0
ID#:1926
I cannot type an "s" in the print header/footer template, because it causes the cursor to exit the text editor and highlight the Show Section Divider Lines checkbox. Anyone else?
Dario

I use Win7 also, and had the same issue with non working 'S' key. It was driving me crazy.
The solution mentioned above seems to work. You go into the HTML text (button) settings and then without changing any text settings you immediately go straight back out of the HTML settings. You then enter or paste in your text into teh footer.
Note that I have also experienced this same issue in the header.
However, has anyone heard of a permanent fix on this yet ?
Edited by: Andrew Way on 16/10/2012 02:03
Edited by: Andrew Way on 16/10/2012 02:05

Similar Messages

  • Center content area pushed down in IE - DW three column liquid header/footer template

    Here's the page I'm working on.
    Safari, Chrome, and of course FF all display the top of the three content areas div's flush to the bottom of the div above (.thrColLiqHdr #navBar) Good old IE8 displaced the center div maybe 10 px lower than the left/right divs. I can move down the left/right div's, but that's sort of a hack and it looks weird if I use a left/right border in the center div.
    The left div is>  .thrColLiqHdr #sidebarLeft
    Center div is>   thrColLiqHdr #mainContent
    The right div is>  .thrColLiqHdr #sidebarRight
    I guess IE continues to be a big PITA ...
    =-John=-

    I guess IE continues to be a big PITA ...
    That's what Conditional Comments are for. 
    In your page you have this Conditional Statement for IE.  Try adjusting or removing the padding-top and see if that helps.
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
    .thrColLiqHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Header footer

    I want to eliminate the header and footer form from the template so i can have that space for text.
    Is this possible..or is the header/footer template permanent?

    Yes, you can create your own default template. Set up your document with the margins, headers, etc. as you'd like. Redefine all of the paragraph & character styles to have your desired font.
    While you're at it, you might want to set default styles for all objects, text boxes, tables, paragraph styles, etc. Start with a blank document & insert an object. Change the color, wrap, etc. to your choosing & then go to Format > Advanced > Define Default Shape Style then delete the object. Repeat with an image/photo, a text box & a table.
    Now, save this as a template then, in Pages > Preferences, select this template as the default for new documents. All of your new documents will have these settings for inserted objects, images & tables. Unfortunately, the settings won't apply to any other templates or "foreign" documents you open with Pages.

  • Header, Footer in 0adhoc

    hi guys,
    what is the use of header, footer template
    in 0adhoc web template?
    due points will be assigned

    Change 0ADHOC_HEADER and 0ADHOC_FOOTER.
    Here is code for the header...(Essentially, we just show the logo via the link, be sure to upload your logo to the MIME repository. WE also show the last time the data was updated in the infoprovider in teh header at the top of the page!!!)
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DP"/>
             <param name="DATA_PROVIDER_ID" value=""/>
             DATA_PROVIDER:             DP
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="JD_HEADER_TPL"/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>BW Web Application</TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/Streamline_BWReports_ie6.css" type="text/css" rel="stylesheet"/>
    </HEAD>
    <BODY>
    <table border="0" cellpadding="0" cellspacing="0" width="760">
    <tr>
        <td width="31%">
            <IMG src="/sap/bw/Mime/Customer/Images/greenyellohorz.jpg">
        </td>
        <td> </td>
        <td   tabIndex="0" width="53%" align="middle"><font size=3><strong>
        <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="QueryName"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             <param name="HELP_SERVICE" value="SAVE_VIEW"/>
             <param name="HELP_SERVICE_CLASS" value="CL_RSR_WWW_HWIND_SAVE_VIEW"/>
             ITEM:            QueryName
    </object> </strong>
        </font>
        </td>
        <td> </td>
        <td  tabIndex="0">
        <SAP_BW_TEXT program="SAPLRRSV" key="705"> <br>  
        <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="Actuality"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="ROLLUPTIME"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="ROLLUPTIME"/>
             ITEM:            Actuality
    </object>
        </td></tr>
    </table>
    </BODY>
    </HTML>
    Here is code for Footer...
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="JD_FOOTER_TPL"/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>BW Web Application</TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/Streamline_BWReports_ie6.css" type="text/css" rel="stylesheet"/>
    </HEAD>
    <BODY>
    <TABLE cellSpacing=0 cellPadding=0 width=780 align=left bgColor=#ffffff
    border=0>
      <TR>
        <TD class=ten vAlign=center noWrap align=left>
          <br>Copyright © 1997-2005 MY Company. All Rights Reserved.
      </TD></TR></TABLE>
    </BODY>
    </HTML>

  • Header Footer in Oracle Reports

    Can we print header,footer and mainsection in the same page in oracle reports?

    HI,
    In your file you will be getting the key field for header and footer.
    for example
    01abc
    99fgd
    here 01 is the key field for header and 99 is the key field for footer.
    You need to use the
    Key Field Name     Record Type
    Header_Record.keyFieldValue     01
    and the Trailer_Record.keyFieldValue     99
    in the FCC.
    Thnx
    Chirag

  • Printing Header and Footer once in HTML and on all pages in RTF and PDF using one RDF

    Hi,
    I am using a single RDF to generate reports in HTML,PDF and RTF.
    For printing the header only on the first page I used the
    following trigger
    begin
    srw.get_page_num (page_num);
    IF upper(:P_FORMAT) = 'HTML' THEN
    if page_num = 1 then
    return(true);
    else
    return (FALSE);
    end if;
    ELSE
    return (TRUE);
    END IF;
    end;
    I alo require to print the footer once on the last page in case
    of HTML and on all pages for RTF and PDF.Is there any way I can
    get the total number of pages or is there any other way to
    acheive this. ???
    Any help would be appreaciated .
    Thanks,
    Alka

    Generally, one template can not create nice output in all formats. In your case, you would need a format parameter to suppress headers/footers if it's value is 'EXCEL'. The problem is (I wish someone would correct me on this) that we can not refer the standard parameter already there and have to create another, user-defined parameter.

  • Display Header/Footer Information while Printing WAD BI7.0

    Hello all,
    My customer requirement is not to display Header/Footer on the Portal Screen via WAD, but while Printing, they want to display the Header/Footer. Is there any properties within Web Application Designer that this is done?
    Thanks,
    Af

    Hi
    1.Use a Table inside a Container Item.
    2.In the table use Text Box( available in Miscelleaneous tab in the left) in the header and the footer
    3 Drag button group Item and in the properties internal display press the combo button
    4.Press Combo Command-> all commands->Commands for Web Templates-> export web application. Come again to Favourite comands tab -> Place the cursor over Export Web Application -> Press Next Button in the footer
    5. Here in the Item Binding tab, give item which needs to be printed
    In your Portal, you can give the query for display without this settings
    Regards
    N Ganesh

  • How to print Header and footer in same page

    Hi All,
    I am using Oracle Report 10g. How can I add header and footer on same page as my body? Right now when a generate a pdf file, it is printing individual pages instead of 1 one page. Please help me.
    Regards

    HI
    First of all,
    Unless otherwise you selected some option like page break after/before - both body and header/footer will print on same page in report, so in pdf as well.
    If you have difference on report and PDF that you should look into your setup.
    If you want more help, please be particular on your issue
    james. wrote:
    Hi All,
    I am using Oracle Report 10g. How can I add header and footer on same page as my body? Right now when a generate a pdf file, it is printing individual pages instead of 1 one page. Please help me.
    Regards

  • How to print header and footer in SET_TABLE_FOR_FIRST_DISPLAY

    Hello Experts,
             How to print header and footer while using the method SET_TABLE_FOR_FIRST_DISPLAY, any tips from the experts will be appreciated.
    Regards,
    Babu

    Hi,
    there are four events for printing: print_end_of_list, print_top_of_list, print_end_of_page and print_top_of_page. More information about implementing these events is in this bible for ALV:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907
    Cheers

  • How to create Header and Footer  template

    Hi,
    I am wondering if this is possible, if yes , can some help me please?
    At present we have preprinted stationary for invoices and now the plan is to get rid of preprinted stationary and print header and footer via oracle reports directly. The address on header has to be dynamic because our organization has multiple offices across various countries. I am wondering if its possible to create a separate report only with a header and footer and reference it in other reports so that when printed both are merged and presented as single invoice. My reports knowledge is around basic level but i am good at plsql , if someone hear can please guide me HOW TO implement this logic I will be very grateful.
    We are using Oracle reports 6
    Thanks
    Aali
    Edited by: aali on 05-Jul-2010 05:44
    Edited by: aali on 05-Jul-2010 06:09

    Hello,
    You can set the header and footer dynamically.
    In the report layout section. There is one option called Edit Margin beside the Help iconic button.
    When you will press that button Edit Margin it will open for the new look your report fields and frames inside the black dense lined frame. So at the top of that main frame you can set the Header and same at the bottom you can set the Footer.
    And in your case if you want to set dynamic. Then while running the report. Send the dynamic values into the parameters and when you will create field in layout section Header/Footer then set the source as parameter which you passed. So, it will change dynamically.
    -Ammad

  • Possible cfdocument header/footer bug in CF8

    All-
    I'm experiencing a problem with header and footers containing
    dynamic/
    query variables in the header/footer text. The header and
    footer are
    sort of being cached or not being updated appropriately when
    a query
    variable is inserted into the content of the header or
    footer. The
    code below will generate a PDF with the header and footer
    duplicating
    the qryReps.rep_name from the last record across all document
    sections/pages.....its not showing the showing the correct
    qryReps.rep_name for
    the particular record in that loop. SO, if the last record in
    the
    query is "John Doe", the header on EVERY PAGE shows "Header:
    John
    Doe". Anyone have any ideas??? Any input would be
    appreciated!!!
    NOTE: RUNNING ON CF8

    This bug has been fixed and a hotfix for this will be
    released very soon. Stay tuned.

  • Print Option: temporarily no header/footer

    Is there an Add-on that adds an option to temporarily disable printing of header/footer (as in Opera and Chrome by checking or unchecking the header/footer option)?
    If you only sometimes want to print without header/footer you have to go through several steps to manually disable and later again to enable header/footer (Print > Page Setup: Margins & Header/Footer and set all fields to blank and later back to their previous values). Obviously, this is not really user friendly.

    Thanks. I had a look at both of them. Both require you to code such a button yourself. I could not find any ready code sample that I could use (anyway I would not have the necessary knowledge to adapt the code). PrefBar offers preconfigured buttons but none solves my problem. The "Printing" button gives you just a quicker way to access Page Setup (instead of going via Firefox menu). You still have to manually disable and later again to enable header/footer. Even if you clone and rename the "Printing" button, your changes to header/footer always affect Page Setup of your clone and the original "Printing" button.
    Unfortunately, a solution is still pending.

  • Table.print(mode, header, footer) question

    hi...
    i want to print a table with title...
    filling header parameter in jtable.print(mode, header, footer) seems alright
    but it re-print the header on every page...
    what can i do to make the header printed only on the 1st page ?
    thank's

    Sorry, I cannot answer this question.
    I read your previous post about:
    "groupable + multiline table header paint problem"
    Did you solve this problem? I got the same issue ...
    Thanks,
    Tommy
    [email protected]

  • How to Modify the Header/Footer that's created when printing to PDF?

    Hi all,
    How do I modify the header/footer that is added when I use the Adobe PDF printer in another application, like MS Word? Currently it adds the entire path of the file as the header, which is really annoying.
    I'm not talking about the Header/Footer command in Acrobat's "Document" menu. In fact, that command doesn't even recognise the header that's generated by the Adobe PDF printer.
    I'm using Acrobat Pro 8.1.3, btw.
    Thanks :)

    Generally you should set the whole look of the page in your application and then print to the Adobe PDF printer as you have been doing. If you are using a browser, there are header and footer commands for the printer that are typically set by the browser - those can be modified there. The PDF should look just like the preview in the application, that is the point of a PDF.

  • Fix header/footer size to print page size

    Hi, is there a way to fix the font size of the header/footer to the print page size?
    Example, when printing 1 PDF in letter, but the pages are from various sized originals, I want all the headers and footers to be the same size on the final letter size printed document. Currently the header and footer changes to the original page size.
    HELP?????

    CR doesn't have an option to print just one part of the page. Your only option is to hide all parts you don't want to print first.
    Also, you should post your question to the Legacy Developer forum. I'll move it there for you.

Maybe you are looking for

  • MAC MINI late 2012 running slow on Yosemite.

    here is the  Entre check but I am not sure how to read it ... do I just need to Upgrade Ram? The Mac Hasn't been the same since I tried to install open frameworks,  I could get it to run so uninstalled, but after upgrading to Yosemite its been runnin

  • Will microsoft word 2004 for the Mac work with OS X Mavericks

    When finishing the OS x Mavericks installation, I got a message that said that some version of Microsoft office applications would not work with Marericks.  Will Microsoft Work 2004 for Mac work with OS X Mavericks?

  • Why is it that Adobe CS2 software will not work with Mac OS Mountain Lion? What do I do?

    Why is it that I must pay more money to upgrade my Adobe software so that it will work with Apple Mac OS Mountain Lion. Is it that Adobe wants to wring every cent out of me in order for me to use there products? Or should I just delete the Adobe soft

  • Icloud video storage

    Can I delete videos from iPad (due to filling up memory with baby videos we are taking) and still have them saved and accessible in iCloud?

  • Calculated Key figure Complicated

    Experts, I am struggling with the design of a report which requires the following fields Payer      ShipTo     PH2     Year     Units     Price     Sales $     Price input HD     1234     1301     2006     16      $19.00       $304.00       $19.00 Lo