Default Header/Footer elements

Just as the Page Layout has a default for new documents, so
should Headers and Footers have a default selection of the field
elements that appear in the insert dialog (e.g. Page Number,
Document Name, Date Last Saved, etc.). I always want my headers to
be custom text and my footers to have the Date Last Saved on the
left and the Page Number on the right.
Of course, I want the date in my format (d mmmm yyyy) and the
Page Number to be followed by Number of Pages, but that's another
story... <s>
Cheers

Hi Richard,
Thanks for your suggestions!
I have forwarded them to the appropriate groups!
Cheers,
Pete

Similar Messages

  • Format Header/Footer Elements

    Is there anyway of formatting the Header/Footer elements, namely the date and time elements?

    Hi Richard,
    Thanks for your suggestions!
    I have forwarded them to the appropriate groups!
    Cheers,
    Pete

  • Header / Footer in Analysis PDF

    Hello,
    I'm trying to add a default header / footer to all pdf generated by Analysis.
    I looked at the section "18.6.2.1 Adding a Default Header or Footer to New Analyses" in OBIEE system administrator guide and followed exatcly the steps.
    I created a new file like this and restarted the server:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web.messageSystem">
    <WebMessageTable system="Answers" table="ViewDefaults">
    <WebMessage name="kuiCriteriaDefaultViewElements" translate="no"><HTML>
    <view signature="compoundView" >
    <pageProps pageSize="a4">
    <pageFooter showOnDashboard="true" show="true">
    <zone type="top"><caption>Acme Confidential</caption>
    <displayFormat fontColor="#FF0000"/></zone>
    </pageFooter>
    </pageProps>
    </view>
    </HTML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The problem is that when I do a new analysis, when clicking results tab, it appears an error "Bad XML Instance .......... Line:2 Col:811, Unresolved type 'saw:top' found in xsi:type handling"
    Does anyone know how to solve this problem ?
    Many thanks
    Victor

    Hello,
    I could get it work by changing the zone tag from <zone type="top"> to <zone type>
    Now I can see the footer in the compound layout. But when I export a pdf file the footer is not shown !!
    Anyone ?

  • Acrobat X Pro - Header & Footer content ? (web pages)

    We have thousands of Acrobat documents of converted web pages with this convention:
    Header (L-R): Title - [empty] - Date
    Footer: URL - [empty] - Page number
    This convention needs to be retained, but *many* web pages in Internet Explorer 10/11 simply will not convert using File | Print, and there seems to be no obvious way to reformat the header/footer content for use with the Acrobat X Pro IE10/11 'Convert' button.
    E.g. Acrobat X Preferences 'Convert to PDF' says 'There are no settings that can be edited in HTML'.
    Is there any way to reformat the default Header & Footer contents in IE10/11 'Convert web page contents to PDF' ? I'm using Win7 x64 Pro.  TIA
    Dave.

    It's a bit obscure, but the settings are on the conversion dialog.
    Open Acrobat on the desktop but don't open any documents.
    Tools > Pages > More Insert Options > Create PDF From Web Page
    Click 'Settings' and make changes as required, then cancel out of the creation dialog.

  • How to write Header and Footer elements in Write file Adapter

    Hi,
    I have a requirement to write the file.The write file contains header and footer elements ,how we can write these elements. These elements are fixed for all files.these are not come from any input.below is the sample file.
    $begintable
    name,Id,Desg
    ad,12,it
    $endtable

    Hi,
    I have created the XSD for you, and i created a sample SOA Composite which writes the file same like what you want, the below XSD can write a file with one header record, multiple data records and one trailer record.
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    xmlns:tns="http://TargetNamespace.com/WriteFile"
    targetNamespace="http://TargetNamespace.com/WriteFile"
    elementFormDefault="qualified" attributeFormDefault="unqualified"
    nxsd:version="NXSD" nxsd:stream="chars" nxsd:encoding="UTF-8">
    <xsd:element name="Root-Element">
    <xsd:complexType>
    <!--xsd:choice minOccurs="1" maxOccurs="unbounded" nxsd:choiceCondition="terminated" nxsd:terminatedBy=","-->
    <xsd:sequence>
    <xsd:element name="RECORD1">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="header" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy="${eol}"
    nxsd:quotedBy='"'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RECORD2" minOccurs="1" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="data1" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy=","
    nxsd:quotedBy='"'/>
    <xsd:element name="data2" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy=","
    nxsd:quotedBy='"'/>
    <xsd:element name="data3" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy="${eol}"
    nxsd:quotedBy='"'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RECORD4" nxsd:conditionValue="$endtable">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="trailer" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy="${eol}"
    nxsd:quotedBy='"'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    Hope this helps,
    N

  • Problem with lenght of text and footer elements displaced (bug?)

    I have a problem with the footer of my pages. The footer is composed with elements of the master page and two elements that are page dependant so these elements are defined in each page. All the elements in the footer are marked as page footer elements so they should appear below the main content of the page and all in the same position relative to each other.
    But the truth is the main content extends below the top of the footer overlapping it and the page dependant elements of the footer are displaced in the same amount and so these elements do not match in the space reserved for them in the footer.
    I think the problem is caused by the text box in the main content being displayed with a bigger height than it appears in the editor. Even worse: every web browser shows the text with a different height so the footer elements all appear displaced differently. I have tried to define the height of the text in pixels (px) instead of percentage (%) but the result is the same. But even with this indetermination, the footer should always appear below the main content and not overlaping (or overlaped) by it, so either this is a bug or I am doing something wrong.
    Here is how i see the page in the editor. The grayed out keywords and the "UK Photographers" link of the footer are in the current page. All other elements of the footer (horizontal line(rectangle of 1px height), "facebook - links - contact" links and Copyright notice) are in the master page:
    This is how the page appears in Firefox 15 with the text zoom set to default. notice how the footer elements that are defined in the current page appear overlaping those defined in the master page (there should be a 27px space between the end of the text and the horizontal line) and moved down in the same amount than the main content exceeds the footer limit:

    I am able to repro this on my end as well. Seems like a bug that we will be fixing in a future release.
    Work around would be to make sure that the footer item on the individual pages are above the ones from the master page or put everything on the master page or the individual page.
    - Abhishek Maurya

  • Header/Footer Appearing on Title Page

    Hello,
    In RoboHelp 11, every time I generate Printed Documentation (Word), my master page header/footer appears on the Title Page. It doesn't appear on RoboHelp's default title page, but it appears when I use a topic as a Title Page or when I navigate to a Word doc Title Page in Print Document Section Layout.
    In the Print Document General - Content section, Multiple Header/Footer, <Default Title Page>, I select <None> for First Page (Apply to all pages in the section).
    In the Print Document Section Layout, I thought RoboHelp automatically rendered anything placed above the TOC as the Title Page, but for some reason, it's seeing my Topic Title Page and/or Word doc Title Page as just another page in the document and adding the header/footer to it.
    I think the last version of RoboHelp I used awhile back was 8 or 9, but I don't recall ever having this trouble adding a Title Page to a Printed document.
    Please help me troubleshoot this.
    Thank you!

    You may also find looking at the Employee Care 2 sample project useful as that describes how to use the new print layout.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Using Content Server 5.02 for Header/Footer Now

    I'm trying to migrate our 5.01 deployment to 5.02. One of the problems I'm having is the header and footer that I created before don't show. I had assumed that installing Content Server wouldn't impact my old header/footer that I created with the Branding Engine. Does anyone know what I have forgotten or haven't set? Also, I get an error when I try to create a new header or footer. - "Gateway was not able to access requested content. If the error persists, contact your Portal Administrator."
    I'm running the java version of 5.02 on Tomcat. Below is the PTSpy when I try to load a page.
    Thanks, Jamie
    1 03-24 16:12:52 Action UI Infrastructure 708 2648 (Thread-36) com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1109) Entering handleRequest: GET http://fra-its-pt2:8080/portal/server.pt?in_hi_PostToSelf=59&in_hi_Passthru=&in_hi_PassthruArgs=&in_hi_space=ObjMgr&in_hi_spaceID=1&in_hi_control=ObjMgrRepost&in_hi_page=ObjMgr&in_hi_req_apps=1&in_hi_opt_gtl_objtype=61&in_hi_opt_use_objtype=1&in_hi_opt_gro_objtype=2&in_hi_opt_aut_objtype=3&in_hi_opt_fol_objtype=20&in_hi_opt_fil_objtype=32&in_hi_opt_sav_objtype=33&in_hi_opt_dat_objtype=35&in_hi_opt_pro_objtype=36&in_hi_opt_typ_objtype=37&in_hi_opt_cra_objtype=38&in_hi_opt_gad_objtype=43&in_hi_opt_inv_objtype=44&in_hi_opt_fed_objtype=46&in_hi_opt_gcs_objtype=48&in_hi_opt_ctp_objtype=54&in_hi_opt_bun_objtype=55&in_hi_opt_pgt_objtype=56&in_hi_opt_job_objtype=256&in_hi_opt_com_objtype=512&in_hi_opt_web_objtype=47&in_hi_opt_ext_objtype=58&in_hi_opt_thisfold_adfolder=371&in_hi_opt_thisfold_subfolders=0&in_hi_opt_subfold_adfolder=371&in_hi_opt_subfold_subfolders=1&in_hi_opt_allfold_adfolder=1&in_hi_opt_allfold_subfolders=1&in_hi_userid=238&in_hi_editlinks=1&in_se_sel_1=all&in_se_sel_2=allfold&in_tx_query=&in_hi_FolderID=371&in_hi_ObjectIDs=&in_hi_FolderTreeID=&in_hi_Comment=&in_hi_Enable=&in_hi_ExpandObjectIDs=43&in_hi_Expand=true&in_hi_FolderName=&in_hi_FolderDesc=&in_se_CreateSelect=0&in_se_UtilitiesSelect=02 03-24 16:12:52 Warn Common Library 708 2648 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []3 03-24 16:12:52 Warn Portal UI - Common 708 2648 (Thread-36) com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:2025) Failed getting footer content, will use default Footer._com.plumtree.server.marshalers.PTException: Native exception: IDispatch error #17459 (0x80044633): [Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet.  The portlet is redirecting to a resource located outside the gateway space.  The portlet's web service needs to be reconfigured to include the missing resource in its gateway space.  Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []] (996,PTDispatch.cpp)_ at com.plumtree.server.marshalers.PTDispatch.getPropertyObject(Native Method)_ at com.plumtree.server.CIPTMyPortalGadgetContent.GetContent(CIPTMyPortalGadgetContent.java:81)_ at com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:1990)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:223)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:124)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:973)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1899)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:523)_ at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:275)_ at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)_ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)_ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)_ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)_ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)_ at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)_ at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)_ at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)_ at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)_ at java.lang.Thread.run(Thread.java:536)4 03-24 16:12:52 Warn Common Library 708 2648 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []5 03-24 16:12:52 Warn Portal UI - Common 708 2648 (Thread-36) com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:2025) Failed getting footer content, will use default Footer._com.plumtree.server.marshalers.PTException: Native exception: IDispatch error #17459 (0x80044633): [Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet.  The portlet is redirecting to a resource located outside the gateway space.  The portlet's web service needs to be reconfigured to include the missing resource in its gateway space.  Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []] (996,PTDispatch.cpp)_ at com.plumtree.server.marshalers.PTDispatch.getPropertyObject(Native Method)_ at com.plumtree.server.CIPTMyPortalGadgetContent.GetContent(CIPTMyPortalGadgetContent.java:81)_ at com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:1990)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:223)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:124)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:973)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1899)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:523)_ at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:275)_ at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)_ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)_ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)_ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)_ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)_ at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)_ at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)_ at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)_ at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)_ at java.lang.Thread.run(Thread.java:536)6 03-24 16:12:55 Action UI Infrastructure 708 2648 (Thread-36) com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1962) Leaving handleRequest - User ID: 238

    You should check the URLs and gateway space URLs in the "Branding Web Service" object. It seems like they are not pointing correctly to your Branding Engine/Content Server. The base URL should of course point to the location at which CS is running, while the gateway space should also include the Community Published Content URL.

  • Dynamic table header/footer on multiple pages stay original

    hi experts,
    i've got a form with a dynamic table. this means that i have a footerrow with mapped information if it should be visible or not. so the table can have from 1 to 40 columns.
    i did some scripting in the table's initialize section:
    loop over count of colums and set the headerrow, row1 and footerrow elements for index x to hidden.
    everything works out fine BUT if the data spans over multiple pages the headerrow on pages 2 to last is original again. means that the hiding of cells is not effective any more. same with footerrow (but here its fine at last page and original at  page 1 to last -1).
    i tried to hide cells again in layout:ready section for the other instances of the headerrow.
    cells got hidden, but the still visible cells didnt relocate to the left (if i hide it, there should be no space between staying cells).
    can anyone please give me a hint what i am missing here?
    does anyone have a simple sample for this task? its all about the header/footer for multiple pages!
    thanks a lot!
    daapoo

    When the footer goes to the 2nd page the page subform is incremented so you will have to reference the page subform as well. I suggest that you add a button (this is for a test only) to the footer subform and add the code app.alert(this.somExpression). Now render the form and make sure the footer stays on one page. Hit the button and take note of the someExpression. Now add enough rows to force the footer to a new page. Hit th ebutton again and take note of the changed somExpression. So to solve your problem you will have to find out which page your footer is on. and then construct your expression to incorporate this chane in expression. Note that the indexes are 0 based but the page numbering is 1 based.
    Hope that helps
    Paul

  • XMLPub 5.6.3: Data fields missing in Header/Footer

    Hello,
    I am having a problem with an RTF template, where the data fields in the
    template Header or Footer that should display data do not appear at all, while
    the fixed text that is in the Header/Footer is shown.
    This template is built with the start:body/end body syntax to separate
    the fields that belong to the Header/Footer from the body of the report. The
    body has a for-each@section that works fine and a split-by-page-break at the
    end, after the Footer fields.
    I played a little bit with the template and I found out, that:
    - if I change my template not to use the start:body/end body syntax, but I use
    the Header/Footer Word functionality with the explicit field names specified in
    the header or footer, the data fields will not be displayed;
    - if I remove the for-each@section, the data fields in the Header (before the
    start:body) and in the Footer (after the end body) are displayed correctly;
    - if I duplicate in my XML file one of the elements that are in the Header and I put it
    in the child group that is displayed in the repeating section and I add another data
    field in that section, it will display both in the Header and in the repeating section;
    This very template works fine on an E-Biz instance at another customer site, but
    only here it's showing this issue.
    It also looks like a different problem than the one caused by the Microsoft
    security update. In fact, I cannot not find any "/headerr" or "/ footerr"
    strings in the template RTF. (Anyway, is there a patch for version 5.6.3?)
    Can anybody shed some light on this strange issue? Any advice?
    I am using XMLPub Desktop 5.6.3 and MS Word 2000 9.0.6926 SP-3.
    If someone wants to have a look, I've prepared a small test example to show this weird behavior.
    Thanks,
    Paolo

    ashee1,
    Please refer XMLP User Guide Chapter 9. You need to define data definitions and upload the data template to DataTemplate filed.
    Create the Template Definition and upload your RTF Template.
    Create a Report Definition in Concurrent Program/Manager and set the executable as XDODTEXE. make sure the program short name is the same as Data Definition.
    Set the output type as XML and the OPP will pick your RTF Template.
    -Ashish

  • Add Header, footer and Margin programmatically in Adobe Acrobat 7.0

    I am using adobe acrobat 7.0 profesinal, We receive multiple PDF files then we have
    to add header and footers and also change the Megins in these files.
    Is this possible we can made these changes using Code written in VBA, VB6 etc.
    So my point is add header & footer programmatically using VBA and VB6.
    Is there need to access any APIs.?
    What I have to to for this purpose??
    Thanks in advance
    Aftab.

    Do they print if you chose to shrink to printable area in the printing options? I'm wondering if it's possible that your printer has a default border and the header/footer is getting cut off.

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

  • Changing the report header/footer in SAP BusinessObjects Enterprise X1 3.1

    Hi ,
    We have SAP BO 3.1. We have a requirement to change the header\footer of all the reports in the system.
    I tried the option under Header/Footer Properties --> Appearance , Apply to all reports.
    This option does change all the header\footer of all the tabs/pages within a report.
    In our environment currently we have around 300 reports. We cannot edit individual report and make changes to the header/footer.
    Is there any option through which i can change the header\footer of all the reports existing in the system?
    Thanks in Advance
    Regards,
    Pavithra P

    Hi Pavithra P,
    Check the below links,
    https://cw.sdn.sap.com/cw/ideas/1388
    https://cw.sdn.sap.com/cw/ideas/5239
    http://scn.sap.com/thread/2050054
    http://evtechnologies.com/web-intelligence-4-0-default-paper-size/
    http://devlibrary.businessobjects.com/businessobjectsxi/en/en/RE_SDK/resdk_dg_doc/doc/customizing_webintelligence_EN/ewucw_082.html
    Regards,
    Anish

  • Pages 5.5 Header/footer alignment

    How to align text to the left in Pages 5.5 in all 3 boxes in header or footer?

    I've just found another solution:
    1. create 3 columns table in Pages 4.3
    2. input text in those 3 columns, make alignment whatever you like
    3. copy text from each cell of Pages 4.3
    4. paste text into each box of Pages 5.5 header/footer
    5. voilà

  • Adobe Acrobat Pro 9 Header/Footer

    It is easy to add, edit or remove a footer on a PDF document.
    It is possible to add the page number, the date, or a text by the "Document - Header & Footer".
    My question is: Is it possible to include an AutoText in the footer of a PDF? I need the Filename in the text of the footer. Now, the only way I found is to manualy type all the differents file names but I have a lots of documents.
    How can I include the FileName on a foother of a PDF document and is it possible to easily apply this setup to hundreds of documents.
    Thanks in advance

    You could use the watermark feature to stamp the information

Maybe you are looking for

  • Prblem in Refirbishment cycle while creating PO

    Dear experts, I'm working on refurbishment processing. I have done all the steps as below: I have a material for equipment for which I have 3 valuation types:     C1 - New items     C2 - Repaired Items     C3 - Damaged Items. 1. Equipment creation wi

  • Item sales not to be accounted

    Hi Experts, Business wants to do a setup such that the sales of one material should not be accounted in company's total sales value. The sales order of the material will have non-zero sales value and the customer will be charged for that material . P

  • Has anyone tried to match music-files from Radio.fx?

    Hi, i have a lot of my MP3's recorded with the software Radio.fx from Tobit-Software. Radio.fx records internet-radiostations and automatically cuts it into mp3's including ID3-Tags, naming and so on. MP3's obtained this way are 100% legal (at least

  • Maintaining an iWeb site from multiple computers without MobileMe

    Hi, I've chosen iWeb '09 to create the web presence for one of my hobby clubs (RC aircraft). The club doesn't have a MobileMe account, and I've used the FTP upload feature in iWeb '09 to publish the site. This has been working perfectly for me, but w

  • Best way to implement conclusion date for service ticket

    Hello Folks, I have to fix, part of a crm implementation in a customer, and I was thinking what´s the best way to reimplement/reconfigure the conclusion date (or to do by) in a service order ticket. I was checking the crm 5.0 best practices, and I fo