Qs on Global Footer

Hi,
I want to change global footer (the links that come up on botton of page ) on OA Page from
Home Logout Preference
to My own link, how can i do that ?

Are you refering to the Global Menu or Footer?.The Global Footer is rendered by OA Footer region. You can personalize this region by selecting "OA Footer" as context in personalization context page.
HTH
Srini

Similar Messages

  • R12 - How Do I Keep 'Swan' LAF, just change colors.

    I've been trying to edit/make my own .xss files, but its not going as well as I had originally hoped. All the layouts, spacings, everything gets pretty much reset. I'm hoping to just keep the Swan (the stock blue/light blue) look and feel and just change the colors of it. Is there anyone that can direct me on how to do that please?
    Also, a few requirements that I need that I haven't seen yet.
    I need to be able to do a vertical gradient background color, how do I do this?
    Is there a way to add a global footer image?
    Can I change the footer blue color to a horizontal gradient background color?
    Thank you very much in advance

    I just saw a previous thread 3 years old saying that you cant 'retain' the SWAN laf. But you can copy/paste the .xss from the swan file over to your own .xss. I'm wondering exactly which swan.xss file that is as I see several. I'm thinking its the swan-desktop.xss?
    And then it said that you have to recreate the icons for the new xss by just copying over the swan images. Where do I copy the images to and how do I tell the .xss file to use those images? etc

  • ADF UI shell and taskflow parameters.

    I have the following use-case (implemented using the UI shell template)
    1. The navigation section consists of a tree consisting of heterogeneous entities.
    2. Each entity has a distinct "Details taskflow" associated with it. his needs to be launched in a separate tab on node selection
    In (2) above, the taskflow lauched also needs to know the "context" of the entity selected and that is exposed a taskflow parameter.
    Now when I explored the TabContext APIs, I could not figure out a way of passing parameters to these dynamically launched taskflows.
    In the bugDB I reached the following bug which seems to be requesting for this support.
    https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?report_title=&rptno=9404289
    My query is with the current implementation is there any round about way of passing parameters to the dynamically launched taskflows.
    To me this looks a common requirement or may be I am missing something.

    Hi,
    I am not yet able to look on the updated UI Shell, but it seems that we have the same use-case. Maybe the sample app on the following link could help: http://soadev.blogspot.com/2010/03/reusing-single-page-for-record-viewing.html
    regards,
    Pino
    ps. Please note of the following enhancements on the newly released UI Shell:
    Oracle Dynamic Tabs Template
    A highlight of the fixes and enhancements made:
    * Fix to the java.lang.InstantiationException TabContext$TabSelectionActionListener exception reported in this forum.
    * Support for passing parameters to the task flows.
    * More page template attributes to adjust space allocation and control of specific areas (e.g., global header, global footer) of the template without having to modify the code.
    * Removed duplicate template attributes.
    * Properly referenced previously unused template attributes.
    * Tab state saving across page navigation
    * All objects are serialiableEdited by: pino on Apr 6, 2010 11:16 AM

  • [Solved]panelHorizontal and panelPage in Trinidad?

    Hey,
    We're using JDeveloper 11g T.P 3, and can't find a couple of layouts which we were using in JDev 10: panelPage and panelHorizontal.
    I'm looking at the component palette - were they moved? Are we looking at the wrong place? Are there alternative layouts to achieve the same roles in Trinidad?
    Thanks in advance,
    Boris / Oren

    Hi,
    panel page is no longer available as a component but can be created with a template. Here's an example written by our ADF FAces developers
    <?xml version='1.0' encoding='utf-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:afh="http://myfaces.apache.org/trinidad/html"
              version="1.2">
      <af:pageTemplateDef var="attrs">
        <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
      <description>
      This component lays out an entire page.
      </description>
      <facet>
        <description><![CDATA[Area to put a commandLink to more information about the application.]]></description>
        <facet-name>appAbout</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The copyright region of the page.  If present, this area
                  typically contains an outputText with the copyright information.]]>
        </description>
        <facet-name>appCopyright</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The privacy region of the page.  If present, this area
                  typically contains a commandLink to the privacy policy for the
                  application.]]>
        </description>
        <facet-name>appPrivacy</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The auxiliary content for the primary layer.]]></description>
        <facet-name>auxiliary1</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The auxiliary content for the secondary layer.]]></description>
        <facet-name>auxiliary2</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The auxiliary content for the global layer.]]></description>
        <facet-name>auxiliaryGlobal</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The branding region of the page.  This section typically
                  contains a horizontal panelGroupLayout for an image of a logo and an
                  outputText for a title.]]>
        </description>
        <facet-name>branding</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The global contextual region of the page.]]></description>
        <facet-name>contextGlobal</facet-name>
      </facet>
      <facet>
        <description><![CDATA[An optional horizontally oriented region of contexual components for the main content.]]></description>
        <facet-name>contextLocal</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The footnote information region.  This region provides a location for
                  page-level information that is ancillary to the user's task.]]>
        </description>
        <facet-name>infoFootnote</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The return information region. Typically this will contain a "return to [X]" link.]]>
        </description>
        <facet-name>infoReturn</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The status information region. This region
                  provides a location for page-level status that is important to
                  the user's task.]]>
        </description>
        <facet-name>infoStatus</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The user information region.  This region provides a location for
                  presenting user sign-in and connection information.]]>
        </description>
        <facet-name>infoUser</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The locator region of the page.  If present, this section
                  typically contains either a processTrain, indicating the user's
                  location in a multistep process, or breadCrumbs, containing
                  links that will bring the user back to each of the parent
                  pages of a tree of pages that he has navigated down into.]]>
        </description>
        <facet-name>location</facet-name>
      </facet>
      <facet>
        <description><![CDATA[This location typically contains tabs for the primary layer.]]></description>
        <facet-name>navigation1</facet-name>
      </facet>
      <facet>
        <description><![CDATA[This location typically contains tabs for the secondary layer.]]></description>
        <facet-name>navigation2</facet-name>
      </facet>
      <facet>
        <description><![CDATA[An optional vertically oriented region of contexual components for the main content.  Often this contains a list or tree of links for deeper navigation structure than the global, primary, and secondary regions can provide.]]></description>
        <facet-name>navigation3</facet-name>
      </facet>
      <facet>
        <description><![CDATA[This section typically contains global application links or otherwise top level navigation structure links, e.g. "Home", "Preferences", "Help", and "Sign Out".]]></description>
        <facet-name>navigationGlobal</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The search region of the page.  Typically used for application or system-wide searches.]]></description>
        <facet-name>search</facet-name>
      </facet>
      <facet>
        <description><![CDATA[This location typically is a toolbar for the primary layer.]]></description>
        <facet-name>toolbar1</facet-name>
      </facet>
      <facet>
        <description><![CDATA[This location typically is a toolbar for the secondary layer.]]></description>
        <facet-name>toolbar2</facet-name>
      </facet>
      <facet>
        <description><![CDATA[This location typically is a toolbar for the global layer.]]></description>
        <facet-name>toolbarGlobal</facet-name>
      </facet>
      <facet>
        <description><![CDATA[The center content.]]></description>
        <facet-name>center</facet-name>
      </facet>
      <attribute>
        <description>Specifies the number of pixels that the auxiliary1 content should consume (this is a width if the orientationis "start" or "end" or a height if the orientation is "bottom").
        </description>
        <attribute-name>auxiliary1Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>200</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels that the auxiliary2 content should consume (this is a width if the orientationis "start" or "end" or a height if the orientation is "bottom").
        </description>
        <attribute-name>auxiliary2Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>200</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels that the auxiliaryGlobal content should consume (this is a width if the orientationis "start" or "end" or a height if the orientation is "bottom").
        </description>
        <attribute-name>auxiliaryGlobalSize</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>200</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the navigation1 content should consume.
        </description>
        <attribute-name>navigation1Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>26</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the navigation2 content should consume.
        </description>
        <attribute-name>navigation2Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>26</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels wide that the navigation3 content should consume.
        </description>
        <attribute-name>navigation3Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>200</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the global content should consume.
        </description>
        <attribute-name>headerGlobalSize</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>100</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the global footer content should consume.
        </description>
        <attribute-name>footerGlobalSize</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>30</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the primary header content should consume.
        </description>
        <attribute-name>header1Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>22</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the secondary header content should consume.
        </description>
        <attribute-name>header2Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>60</default-value>
      </attribute>
      <attribute>
        <description>Specifies the number of pixels tall that the secondary footer content should consume.
        </description>
        <attribute-name>footer2Size</attribute-name>
        <attribute-class>int</attribute-class>
        <default-value>30</default-value>
      </attribute>
    </component>
        </af:xmlContent>
        <af:panelGroupLayout layout="vertical" styleClass="AFDarkTone">
          <![CDATA[
            <style>
            .PanelPageSearch {
              text-align: right;
              padding: 4px 0px 8px 8px;
            HTML[dir=rtl] .PanelPageSearch {
              text-align: left;
              padding: 4px 8px 8px 0px;
            .PanelPagePrivacy {
              text-align: right;
            HTML[dir=rtl] .PanelPagePrivacy {
              text-align: left;
            .PanelPageInfoUser {
              text-align: right;
              padding-left: 0px;
              padding-right: 10px;
              white-space: nowrap;
            HTML[dir=rtl] .PanelPageInfoUser {
              text-align: left;
              padding-left: 10px;
              padding-right: 0px;
            .PanelPageNavigationGlobal {
              text-align: right;
              padding-left: 0px;
              padding-right: 10px;
              white-space: nowrap;
            HTML[dir=rtl] .PanelPageNavigationGlobal {
              text-align: left;
              padding-left: 10px;
              padding-right: 0px;
            </style>
          ]]>
          <af:panelStretchLayout styleClass="AFVisualRoot" bottomHeight="#{attrs.footerGlobalSize}">
            <f:facet name="center">
              <af:panelSplitter
                orientation="vertical" splitterPosition="#{attrs.headerGlobalSize}">
                <f:facet name="first">
                  <af:panelGroupLayout layout="vertical">
                    <afh:tableLayout width="100%">
                      <afh:rowLayout>
                        <afh:cellFormat styleClass="AFBranding">
                          <af:facetRef facetName="branding"/>
                        </afh:cellFormat>
                        <afh:cellFormat>
                          <af:outputText value=" "/>
                        </afh:cellFormat>
                        <afh:cellFormat styleClass="PanelPageNavigationGlobal">
                          <af:facetRef facetName="navigationGlobal"/>
                        </afh:cellFormat>
                      </afh:rowLayout>
                    </afh:tableLayout>
                    <afh:tableLayout width="100%">
                      <afh:rowLayout>
                        <afh:cellFormat>
                          <af:facetRef facetName="toolbarGlobal"/>
                        </afh:cellFormat>
                        <afh:cellFormat styleClass="PanelPageInfoUser" width="200">
                          <af:facetRef facetName="infoUser"/>
                        </afh:cellFormat>
                      </afh:rowLayout>
                    </afh:tableLayout>
                    <af:facetRef facetName="contextGlobal"/>
                  </af:panelGroupLayout>
                </f:facet>
                <f:facet name="second">
                  <af:panelSplitter orientation="horizontal"
                    splitterPosition="#{attrs.auxiliaryGlobalSize}">
                    <f:facet name="first">
                      <af:facetRef facetName="auxiliaryGlobal"/>
                    </f:facet>
                    <f:facet name="second">
                      <f:subview id="primaryDecoration">
                        <jsp:include page="panelPagePrimaryDecoration.jspx"/>
                      </f:subview>
                    </f:facet>
                  </af:panelSplitter><!-- end of global auxiliary splitter -->
                </f:facet>
              </af:panelSplitter><!-- end of global top splitter -->
            </f:facet>
            <f:facet name="bottom">
              <af:panelGroupLayout layout="vertical">
                <afh:tableLayout width="100%">
                  <afh:rowLayout>
                    <afh:cellFormat>
                      <af:facetRef facetName="appCopyright"/>
                    </afh:cellFormat>
                    <afh:cellFormat width="200" styleClass="PanelPagePrivacy">
                      <af:facetRef facetName="appPrivacy"/>
                    </afh:cellFormat>
                  </afh:rowLayout>
                </afh:tableLayout>
                <af:facetRef facetName="appAbout"/>
              </af:panelGroupLayout>
            </f:facet>
          </af:panelStretchLayout>
        </af:panelGroupLayout>
      </af:pageTemplateDef>
    </jsp:root>Frank

  • CF 11 Unexpected Log Out

    We are experiencing an issue where our users are being intermittently logged out of the website. This issue seems to occur directly after the initial log in to the website. After a user logs in, they click a link, then are redirected to the login page again. We are upgrading from CF 9 to CF 11 and we were not seeing this issue in CF 9. There are two main things that I've noticed when this issue occurs. The GetAuthUser() call is returning an empty string (for the user that was logged in with cfloginuser) and part of the session has been removed (as if a structdelete was performed on a variable in the session struct).
    Is anyone able to help with this problem?

    Hello BKBK,
    We've tried a number of different solutions, but we're still experiencing the logout issue mentioned back in December. Do you have any other insight on this issue? You mentioned that you would like to see the code. Here it is:
    Application.cfc:
    <cfcomponent output="false">
      <cfset THIS.name = "SECURE_WEBSITE_COM">
      <cfset THIS.sessionManagement = true>
      <cfset THIS.loginStorage = "session">
      <cffunction name="onRequestStart" returntype="boolean">
      <cfargument type="string" name="targetPage" required="true">
      <cfif StructKeyExists(URL, "signout")> <!--- Explicit logout --->
      <cflogout>
      </cfif>
      <cflogin>
      <cfif IsDefined("cflogin.name") AND IsDefined("cflogin.password") AND Len(CFLOGIN.name) AND Len(CFLOGIN.password)>
      <cfloginuser name="#CFLOGIN.name#" password="#CFLOGIN.password#" roles="admin">
      <cfset SESSION.user.id = 2880>
      <cfelseif NOT Len(GetAuthUser())> <!--- User has not logged in yet --->
      <cfinclude template="/login.cfm">
      <cfabort>
      </cfif>
      </cflogin>
      <cfreturn true>
      </cffunction>
    </cfcomponent>
    login.cfm
    <cfparam name="importantMessage" default="">
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Log On</title>
    </head>
    <body>
      <div id="contentContainer">
      <div id="mainContent">
      <cfoutput>
      <cfset showQueryString = Len(CGI.QUERY_STRING) AND CompareNoCase(CGI.QUERY_STRING, "signout=yes") NEQ 0>
      <fieldset id="loginContainer">
      <legend>Sign In</legend>
      <form name="loginform" action="#cgi.script_name#<cfif showQueryString>?#EncodeForHTMLAttribute(CGI.QUERY_STRING)#</cfif>" method="post">
      <cfif Len(importantMessage)>
      <div class="message" id="successMessage"><cfoutput>#importantMessage#</cfoutput></div>
      </cfif>
      <div>
      <label>Email:</label>
      <input name="j_username" id="j_username" type="text"  maxlength="250"<cfif IsDefined("COOKIE.savedUserName")> value="<cfoutput>#LCase(COOKIE.savedUserName)#</cfoutput>"</cfif> title="Please enter your full email address in the form: [email protected]">
      </div>
      <div>
      <label>Password:</label>
      <input name="j_password" id="j_password" type="password"  maxlength="250" title="Please enter your password" autocomplete="off">
      </div>
      <div>
      <input type="submit" name="submit" id="submit" value="Sign In">
      </div>
      </form>
      </fieldset>
      </cfoutput>
      </div>
      <cfinclude template="/global/footer.cfm">
    </div>
    </body>
    </html>
    Additional Information:
    - Although this code is a modified version of our actual code, I have verified that the logout issue does happen with this exact code.
    - This issue is happening on our https production server as well as our http local environments
    - We are using Microsoft IIS Version 7.5 as our webserver
    - If you think this is an issue with the Coldfusion Administrator settings, I would be happy to provide them to you

  • How to print global variable in smart form table cell

    hi,
    i have smartform and i insert table in it, i also have set global variable, i want to show variable in table cell.
    regards
    shahid rais

    Hi Shahid Rais 
    You can use this global variable that has been declared in anywhere as you like.
    For displaying global variable in table lines, You can first set the column and row of the table by using the table tab in table node . Then, u can decide either the variable u want to used will be placed on header, main, or footer. After that, right click on one of the table part, and choose create table line. After choosing the correct line type as already been declared in the table painter, just simply right click on the table cell, and then create text node.
    You can now enter your variable by using "insert field".
    And don't forget the & & signs before and after your variable name.
    Regards,
    William Prawira

  • How to get the value of a variable in group footer in the report footer also

    I have a placed a formula as below at the group footer and the report footer. The data is grouped on the basis of duedays which is again formula and the value in that is appearing correctly.
    Whilereadingrecords;
    Global Numbervar CNTONE;
    Numbervar P := P+1;
    IF P = 1 AND {@DUEDAYS} = 0
    THEN CNTONE := {spSUPPLIERSOA;1.INVOICEBAL}
    ELSE IF P>1 AND  {@DUEDAYS} = 0
    THEN CNTONE := CNTONE + {spSUPPLIERSOA;1.INVOICEBAL}
    At the group footer I get the value correctly for CNTONE but when I place the formula in Report footer I get the value for CNTONE as 0.
    Please do let me know how I could get the same value in the report footer also.
    Regards
    Sreejith J

    Hi Abhilash;
    When I give the statement whileprintingrecords then my above formula sums up only the first record and the last record of the group and when I give whilereadingrecords it adds up all the data in the group correctly.
    The formula that you mentioned for the report footer had worked out and it is showing my result correctly.
    I did not put up the reset formula on the group footer because as the group changes I had used another variable in another formula for example for the second group I used
    Whilereadingrecords;
    Global Numbervar CNTTWO;
    Numbervar Q := Q+1;
    IF Q = 1 AND {@DUEDAYS} = 30
    THEN CNTTWO := {spSUPPLIERSOA;1.INVOICEBAL}
    ELSE IF Q>1 AND  {@DUEDAYS} = 30
    THEN CNTTWO := CNTTWO + {spSUPPLIERSOA;1.INVOICEBAL}
    I have set up total 5 such formulas as the number of groups that will be formed is 5. I have put up these formulas on the group footer and suppressed it as I dont want to get it displayed.
    The as you suggested the solution for Report Footer I did that and getting the result correctly.
    I dont know I may be following a longer procedure
    Take Care
    Sreejith J

  • Setting the value of an Application Item (setting a global variable);

    In APEX 3.2.0.00.27, I need to initialize a global variable to 0 to implement a variable for testing to see if anything on the page has changed. Will update to 1 when certain select lists on the page are changed. Have read through some similar questions and replies within the forum as well as other blogs and sites. So, I believe what I am doing is the way to go about this. Unfortunately, my initialization of an application item/global isn't happening yet. here's a rundown of what has been implemented:
    1) created an application item, G_CLASSIFICATION_ID_NEW in the shared components;
    2) created Javascript (JS) function called by addLoadEvent in the page html header region so when the page loads, the G_CLASSIFICATION_ID_NEW global/application item should get set to 0 with the following JS and using AJAX and htmldb_GET:
    <script type="text/javascript">
    function initVars()
    alert("before get initvars");
    var get = new htmldb_Get(null,$x('pFlowId').value,null,22);
    get.add('G_CLASSIFICATION_ID_NEW', 0);
    gReturn = get.get();
    if(gReturn){
    alert(gReturn.value);
    get = null;
    alert("after get initvars");
    alert("before call to initpage");
    addLoadEvent(initVars());
    </script>
    I've used the htmldb_Get with success for populating other global variables and running On Demand Processes with onchange JS calls in the html form element attributes within select lists on the page. Afterwards, I can check the globals via the Session window and searching on Application Items. Unfortunately, I'm missing something because my G_CLASSIFICATION_ID_NEW never gets populated when I load the page. The alerts all popup when the page is loaded, so I know the script is being executed when the page loads. the alert(gReturn.value) comes back undefined. And, needless to say, the G_CLASSIFICATION_ID_NEW to 0 is not occurring.
    I've tried the htmldb_Get with it calling an application process and without (set to null). From what I've read, you shouldn't need to call an on demand process to have the get.add set the global variable. Then again, this could be where I'm going wrong. however, as I've mentioned, this works for other functions called from an onchange to populate an application item, but the page has already loaded when the onchange(s) get executed. They may work because the page is already loaded when the onchange is called. My point here is that my other On demand processes are NOT setting or changing the global variables at all. The globals are getting set with the get.add(<app item>, <value>) portion of my other JS functions within the HTML Header region. So, I'm inclined to believe that I don't need the 'application_process=<some_odp>' parameter set, but if that's not true, please let me know. if so, what would need to be in the on demand process--ie, what would be the purpose of the get.add(<application item>, <value>) if I set the global variable in the on demand process because that's the only thing I could think of doing within an on demand process for this?
    If somebody can point out what I'm not understanding or failing to do here, that would be great. I'm doing fine with APEX, but wouldn't consider myself a guru with it just yet. I'm definitely not a JS/AJAX guru, and when things like this go astray, I get bogged down because I'm not sure of the problem. So, I'm hoping you gurus who monitor this forum can get me going in the right direction.
    thanks,
    bob

    Hi Jari,
    Does that javascript work if you place it some of region footer on page 22 ?Yes. I cut it out of the html header of the page, and put it in the footer of the first region on the page. It initializes the variable. Putting it into the footer of the first region on the page should work for me instead of having an extra region on the page that's being picked up from page 0.
    Is your page 22 authentication public ?No. This particular page is set for an ADMINISTRATOR only. That said, I am logged in as an administrator. So, I cannot see why setting authentication should make a difference as long as I have that authentication/authorization. Also, there will be other pages where I want to use this script or a similar script, but again, those pages will not be open to the public. the authentication will be "role" based where a user will not necessarily have to be an administrator, but they will have to have a certain role to access the page. Is there a known problem or something that precludes a html header JS script from doing an addloadevent when authentication is NOT public?
    thank you,
    bob

  • Header and footer question

    If I wan to place something in header and footer, that would be shown on every page, can I use Page0 for that?
    If not what is the quickest way to accomplish that on www site with 30 allready made pages?
    THX!

    Hello,
    The functionality you want is already built into the application and the positioning is controlled by the page templates
    For the logo you are going to have to edit the page templates to put the logo where you want it. The reason you want to do this in the page template is there is a substitution string #LOGO# that can be changed in the Application attributes.
    As for messaging if you want to show the same messaging across the whole application take a look at Global Notification attribute at
    Home>Application Builder>Application #####>Application Attributes>Edit Application Attributes
    Any message there will be show in the messaging area across the application again the position of that is controlled with the page templates by the #GLOBAL_NOTIFICATION# substitution so if you want to move it you are going to have to edit your page templates.
    Carl

  • File path in footer

    Does Pages give me a way to autofill my file path into the footer like Word does?

    Hello
    Here is a revised version.
    Copy the script in the clipboard
    Paste in a blank window of Script Editor
    Save it as an Application or an Application Bundle
    Move the newly created application into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Pages:
    Now, enter your Pages document.
    Click where you want.
    Go to
    menu Scripts > pastethepath
    The path to the document's package will be pasted at the insertion point.
    If the document was never saved you will get an error message.
    Yvan KOENIG
    1 janvier 2008
    revised 24 février 2008
    --(SCRIPT pastethepath.app]
    set theApp to "Pages"
    tell application theApp to set u to path of document 1 (*
    returns nothing if the document was never saved *)
    try
    set u to u (* send an error if the doc was never saved *)
    on error
    tell application theApp to set u to name of window 1
    end try
    set ky to "/Volumes/"
    if u starts with ky then
    set u to text 2 thru -1 of POSIX path of (text (1 + (count of ky)) thru -1 of u)
    else if u starts with "/Users/" then
    tell application "System Events" to set u to (path of disk item u)
    set u to text 1 thru -2 of (u as Unicode text)
    else
    set z to do shell script "defaults read 'Apple Global Domain' AppleLocale"
    if z starts with "fr_" then
    error "Le document " & "«" & u & "» n’a pas été enregistré." number 701
    else
    error "The document " & "“" & u & "” was never saved." number 701
    end if
    end if
    set the clipboard to u
    tell application theApp to activate
    tell application "System Events" to tell process theApp
    keystroke "v" using {command down}
    end tell
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE dimanche 24 février 2008 17:20:54)

  • REGARDING TABLE FOOTER IN SMARTFORMS

    hi
    i hav to pritn 6 items in page1 and 13 items in page2 and so on.
    but while calculating total for fields
    if pages exceed more than one i hav to fill with constant value'total' for corresponing fields in table in all pages except in last page
    in last page i hav to total all the values from page1 and so on and i hav to print in the last page in table footer.
    how to do this?
    and what code i hav to write and where i hav to write it?
    wether in code lines for text or in initialization of global definitions?

    Hi,
    Another idea is to have a structure declared in the smartform with the same type of the table being displayed.
    In the table body section in the end  you can insert program lines to add the required fields in another structure or simply some fields ( declared again in global definitions ) passing the table line data just got processed.
    Then use the footer at page break option checked and the option footer at the end of table in the events tab of the table node.
    And display the totals per page and also at the end of the table.
    Hope this solves your problem.
    Ram

  • FormCalc. Hiding the subtotal footer in PDF form

    Hi, LCD gurus!
    I've got a problem that I'm unable to solve for a couple of days.
    There is a PDF form (consignment note) with header, lots of positions and footer. The original task with it was to make the last position of the data table be on the same page with the form footer.
    I managed to do this by adding second table (consisting of 1 row), placed in subform together with form footer. The last position of the main table was dynamically hidden, it's content was copied to the second table.
    The subform didn't allow page breaks, so my task of placing page breaks before the last position of the form was completed. It was done by Adobe
    Now the only trouble is that it is necessary to have page footers with page total on every page. That's where the problem settled.
    If I create a main table footer (calculating the totals by FormCalc) with checkbox "Include footer in final page", I need to hide it when some positions of the main page are on the same page with the second (one-row) table. Of course, I set up the footer of the second table with the necessary calculations, but it doesn't matter at the moment. The problem is that I can't figure out, where is the "tail" of the main table located until the layout:ready event has come. After that I know the page of any table position, but it's too late to hide the footer - after layout:ready hiding the footer won't lift up the second table and there's an annoying blank line in that case.
    I tried another way - not checking "Include footer in final page". Then the footer on the pre-last page of the document doesn't appear in case this page is last for the main table (and then follows page break and the second table with form footer).
    So, my global question to the form developers is - is it possible somehow to get (at least appoximately) page of form elements BEFORE the layout:ready event?
    Or is it possible to make $.presence = "hidden" of the element after layout:ready and not having blank line instead of it?
    Thanx for your reading this stuff up to this

    Hi Reeha,
    In case you need to use any script you may prefer formCalc script, which is very easy to use. You can use any script out of the two as per your understanding and comfort level.
    If you require more technical information about FormCalc, refer to the Adobe XML Forms Architecture (XFA) Specification, version 2.4, available from:
    [http://partners.adobe.com/public/developer/xml/index_arch.html.]
    and
    [http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf]
    Hope this helps you
    Regards,
    Gaurav Bhardwaj

  • Setting a global margin for any documents to print

    Hello,
    On a Mac running OS X, I have a ruby/java script allowing me to open a Microsoft Word document and print it as a PDF (and extra stuffs, but that's not part of the problem). During the conversion from Word to PDF for most of my documents I get a dialog saying 'A footer of section X is outside of the printable area of the page...'. What I would like to do is not to write a script to click 'yes' when a dialog open but to try to set the default margin for printing to 0. In the 'page setup', there is an option to create customized 'paper size', with a giving width, height and margins (that I can set to 0). By default the paper size is selecting A4, but I would like to find a way to set this paper size as a default to my customized paper size for any document opened on Microsoft Word or printed as PDF!  If I select manually the customized paper size after I open the document on Word, I can print it without having the dialog.
    So my question is to know if there is a way to set a global margin for printing to 0 (let me know if I need to use Acrobat Pro, Distiller etc.), whatever the way is.
    Thank you very much!
    Vincent

    Alan,
    There is nothing specific with the SDK that you have to print a marketing document such as a Sales Order, PO, etc.  What you may want to look at in the 2005A SDK is the "PrintEvent" object.  This event lets you catch a print event in the SAP Business One application, get the relevant data that is sent to the printer and then edit it using a third-party editing tool such as Crystal Reports. The PrintEvent event provides an exit point that allows you to integrate third-party tools for reporting and document editing.
    You can look at the sample code for the PrintEvent here ...
    ..\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET\20.PrintEvent
    HTH,
    Eddy

  • How to add global navigation to ui:insert and ui:include components?

    Hi,
    I'm new to JSF and trying to add global navigation rules to some imported UI: Components, while I've managed to add Global rules for the pages such as say index.xhtml and and contact.xhtml (which) is in a folder called content by i.e., adding the following in faces-config.xml
    <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>contact</from-outcome>
                    <to-view-id>/content/contact.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config> which works fine and the page will off course be found from anywhere in the project how, I've also got a folder called components, which include the header and footer etc. to include in every file, and then want to be able to also create global navigation rules for each component and had also tried adding e.g., this to the faces-config.xml file......
    <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>header</from-outcome>
                    <to-view-id>/components/header.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>And then I would of had hoped and assumed that I would be possible to use the following anywhere to access the components from the components folder
    <ui:insert name="header" />
    or
    <ui:insert name="header"></ui:insert>
    however I can only still access the component with i.e.,
    <ui:insert name="header">
                <ui:include src="components/header.xhtml"/>
    </ui:insert> And this would be no good in the subfolders only from the outer index.xhtml could this be obtained, the project structure is as follows - hope someone can help please?
        Web Pages
               |
               |_____WEB-INF
               |
               |_____components-------header.xhtml etc.
               |
               |_____content-------contact.xhtml etc.
               |                              |------------images
               |_____resources----------------|------------js
               |                              |------------style ------style.css etc.
               |_____index.xhtml
         here's web.xml & faces-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
        <display-name>RenewableOptions.Org</display-name>
        <description>Simple Registration Application</description>
        <context-param>
            <description>
            </description>
            <param-name>javax.faces.PROJECT_STAGE</param-name>
            <param-value>Development</param-value>
        </context-param>
        <!-- Faces Servelet -->
        <servlet>
            <servlet-name>Faces Servlet</servlet-name>
            <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
            <load-on-startup>1</load-on-startup>
        </servlet>
        <servlet-mapping>
            <servlet-name>Faces Servlet</servlet-name>
            <url-pattern>/main/*</url-pattern>
        </servlet-mapping>
        <welcome-file-list>
            <welcome-file>main/index.xhtml</welcome-file>
        </welcome-file-list>
    </web-app>
    <faces-config version="2.0"
                  xmlns="http://java.sun.com/xml/ns/javaee"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>index</from-outcome>
                    <to-view-id>/index.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>footer</from-outcome>
                    <to-view-id>/components/footer.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>header</from-outcome>
                    <to-view-id>/components/header.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>leftCol</from-outcome>
                    <to-view-id>/components/leftCol.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>navigation</from-outcome>
                    <to-view-id>/components/navigation.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>rightCol</from-outcome>
                    <to-view-id>/components/rightCol.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>blog</from-outcome>
                    <to-view-id>/content/blog.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
        <faces-config>
            <navigation-rule>
                <from-view-id>*</from-view-id>
                <navigation-case>
                    <from-outcome>contact</from-outcome>
                    <to-view-id>/content/contact.xhtml</to-view-id>
                </navigation-case>
            </navigation-rule>
        </faces-config>
    </faces-config>

    Found solution -
    just need to add ../componets/header.xhtml
    etc. when using the rule in the subfolders....

  • When Adding Footer - left portion of document get chopped - reg

    Hi:
    I am very new to the Adobe Windows - Writer software. I have encountered issue while adding header/footer to the existing document (PDF)
    that was generated by Business Objects.
    When I Document->Add Header/Footer onto the existing document, the portion of left side of the document is getting chopped
    and it adds the Footer (page number) at the left bottom of the page.
    When I preview, it doesn't crop/chop but once I click OK, it does get chopped.
    I have tried Enforce/Pitshop to add it using Global Changes in PDF document, was able to add it. (very costly solution).
    Please let me know whether I need to use Adobe Distiller 7.0 to modify any particular document standard settings in order to avoid this behavior.
    Thank You in advance.
    Ramesh Vasudevan

    I would very interested in finding a solution to this issue.  Now using BusinessObjects XI R3, when PDF documents are created, they look fine but then, in landscape version, the right side gets "masked" by a 1 inch block when either footers are added or a watermark is added.  In portrait, the mask happens at the top of the page.  This did not happen in R2, but now happens in R3 of BusinessObject.  I have noticed that the properties of the PDF document indicates that R3 creates PDF's in a newer version (Version 1.6 (Acrobat 7.x)).  I am using Adobe Professional 8 to create the bookmarks.  The data is present in the document but hidden (text can be seen in "Preview" by Hidden Text when closing document).  Any follow-up on how to resolve?  Any help is appreciated.  Attached is an example of how the numbers in the right column get "masked".

Maybe you are looking for

  • Scanning multiple pages in to a single continuous PDF

    I have recently purchased an HP ENVY 5530 wireless printer for use with my iPad using the HP AIO ('All In One') software app from the i-Store. I have a number of paper documents that I wish to scan in to electronic (PDF) format, most of which run in

  • JS CS3 How to apply wrap options to selected textframes

    If you manually select a number of textframes and then click on the wrap around bounding box option for example it is applied to all the selected items. To do this in a script can it be done without looping through each selection? For example: var my

  • Creating DLL using Acrobat SDK

    Hi, I want to create one DLL using Acrobat SDK and VS 2010 Win32. If i use this dll in our program it should show functions for opening pddoc, total number of annots, Can I do this using Acrobat SDK. I know we can create plug-in extension with .API.

  • CANNOT CONNECT TO I TUNES

    HI THERE TRYING TO DOWNLOAD PODCAST APP TO ALLOW TRANSFER OF PHOTOS FROM P.C BUT KEEPS COMING UP AS "CANNOT CONNECT TO I-TUNES" ???? ANY SUGESTIONS.... FLATFOAL

  • Caluclation in P.O. Conditions shall be upto 04 decimal place.

    Hi All, Please help me of getting foure decimal points in PO conditions. Thanks