The totals of the other pages?

I am sure that there is something simple that I'm missing, but if I have a 2 page form, total general at the bottom of page two, can you draw amounts from the first page?

Current formula is Sum (Amt1, Amt2, Amt3)

Thank you

Yes, you can...

If you reference the fields of another page, provide the full path of the field, so it can calculate the amount.

For example:

Sum (Page1.Subform1.field1, Field2);

Thank you

Srini

Tags: Adobe LiveCycle

Similar Questions

  • Hello I would like to create a Muse site with homepage and a member area with access code to access the other page of the site is possible this? Thank you

    Hello I would like to create a Muse site with homepage and a member area with access code to access the other page of the site is possible this? Thank you

    No. you're looking completely in the wrong place. These things requires a dynamic system that is appropriate like Wordpress, Joomla and so on. That or a paid Business Catalyst Pro account.

    Mylenium

  • I have a rectangle on a page, identical to the rectangles on the other pages, which only will be displayed correctly.

    You can see the problem here - it's on the services page. Rectangular boxes colored on the other pages work as intended, but it isn't, and I can't work for the life of me what's wrong. I tried to rebuild the page from scratch, I tried to put the box on a separate layer, I compared this page for all other pages to check the differences, but couldn't find anything. The link is here:

    Home

    I have integrated a link to the file to muse on the homepage of the site where you want to watch the file muse - like I said it's the file of services, where the top rectangular boxes appear to be pushing down the pink box above, but this is not the case on any other page.

    I hope there are some answers there.

    Thank you very much

    Strange and odd solution:

    Select the light table in the middle of the 'Services' page, choose the composition of the options and disable 'display lightbox parts while editing '. Having done this, everything works as expected.

    I'm sure, that this issue will emerge is no longer in the next version of Muse.

  • Passing the value from one page to the other page

    Hi gurus,

    I need to pass the value from one page to the other page and two pages use different AMs.
    In the first page I have sellers results region table where the $vendor_name column is a hyperlink that navigates to the page Vendor_Sites. Now after accessing the second page, I want to excute the VendorSitesVO in PR of CO based on the value passed to VendorsVO (vendor_id) of first page.

    can someone help me on this?

    Thank you
    Vincent.

    Published by: user4933347 on December 4, 2009 12:19 AM

    You can set parameters of Pagecontext and transmit values through them. These values can be passed between pages, even if the AMs are different.

    Try:
    pageContext.putParameter ("Parameter1", value1);
    pagecontext.setForwardURL (second page)

    Concerning
    Sumit

  • Cannot copy master items from one side to the other (pages face to face) with the help of stick in place.

    I am trying to copy text from one side of a master page two "facing pages" face to another using Paste in place, then I me identical Master Articles for both pages, but stick it in place is not working.

    I select one side of A-master in the pages Panel (where I have the master items), the copy, and then by selecting the other side of the A-master, then glue in place.  But the points just stick on top of the original ones.

    Drag the items by pressing the alt key on the other side. In addition the SHIFT key keep aligned.

  • Code to merge two PDF files of the scanned book: one of the odd pages and the other pages even.

    I'm looking for an effective way merge two PDF files: one with all the odd pages scanned a book, one with all even-numbered pages. This question has been posted several times in many different forums.  I am unable to get the Javascript code that is given in the following forum to work.  https://forums.adobe.com/thread/286654.  Generally, the responses to this question are not useful for me because 1) they provide instructions that apply to an older version of Adobe (I use Adobe Acrobat Pro DC), or 2) they involve software purchase that I found to be ineffective. One post step by step to complete code that can do bonded labor and be registered as a custom through the command Wizard command (see the post from 11:27 January 13, 2016 to https://forums.adobe.com/thread/2063936, for an example of a good response to a different question) would be much appreciated.  Thank you, Carl

    You can use a large part of the script that was posted in the other thread and create a personalized out of it. In fact, it makes the script easier to understand, because all the "stuff" that is about adding menus and elevate the rights of scripts is no longer necessary.

    See here for instructions on how to create a custom in Acrobat DC command:

    Create orders customized in Adobe Acrobat DC Pro - KHKonsulting LLC

    Instead of the sample code of the blog post, you would use this (which is really just a copy & paste of the original script):

        // create an array to use as the rect parameter in the browse for field
    
        var arRect = new Array();
        arRect[0] = 0;
        arRect[1] = 0;
        arRect[2] = 0;
        arRect[3] = 0;
    
        // create a non-visible form field to use as a browse for field
        var f = this.addField("txtFilename", "text", this.numPages - 1, arRect);
    
        f.delay = true;
        f.fileSelect = true;
        f.delay = false;
    
        // user prompted to select file to collate the open document with
        app.alert("Select the PDF file to merge with")
    
        // open the browse for dialog
        f.browseForFileToSubmit();
        var evenDocPath = f.value;
    
        var q = this.numPages;
    
        var t = app.thermometer;
        t.duration = q;
        t.begin();
    
        // insert pages from selected document into open document
        for (var i = 0; i < q; i++) {
            var j = i * 2;
            this.insertPages(j, evenDocPath, i);
            t.value = i;
            t.text = 'Inserting page ' + (i + 1);
        }
        t.end();
    
        // remove unused field
        this.removeField("txtFilename");
    

    Given the instructions in my blog, you should be able to create this custom command and run it. To run it, the important part is that you load the 'weird' part of the document first, then launch the custom command and then select the item "same" document.

  • Delete the other page layouts

    This question was one; loan requested in the forum and the only answer I could find said:

    "You can remove the other layouts in their context menu in the Pages palette and then reset your workspace:

    "Window > workspace.

    However, I don't see where in the palette Pages I can remove the provision of the replacement. Could someone please explain exactly how to do this (I created accidently a different layout I want any).

    Make sure you have chosen the Pages panel menu > display Pages > by different layout. If necessary, expand the Pages panel so you can see the other layouts. Click on the menu at the top right of the different layout and choose Remove other provision.

  • Multiple iframes on a trigger from the other Page

    If I create several animations on one page. The page is a PHP page and was built a long time ago. I replace just a few images with edge animations animate.

    I want to make them into a sequence. So I was wondering if there was a way in the time of one line only, to trigger the start of another? Each will be in a single iframe. The compounds which I know the question.

    I thought just to put a few seconds lead in each of the animations so they kind of break, but which assumes that all loading at the same time to maintain the exact timetable.

    Any help would be appreciated.

    Because of the security of the browser, I don't think that it would be possible to have an iframe to talk to each other at your leisure.

    Is there a reason you are using iframes instead of DIVs?

    I created a simple demonstration of what I think you want to do here, but just using div tags: http://thetraininggrounds.com/An-test/end-trigger-second-an/combined_an.html

    What I did was start with two compositions. In the second, to 0ms, I put a trigger of sym.stop (); to ensure that it would not play until I told him.

    In the first, I put the complete event (i.e. when he did play) to start the second composition. I used the code: () Edge.getComposition("EDGE-253701960").getStage () .play;

    Of course you will need to replace the ID of the actual composition that I've included in getComposition.

    Then it was simply to include the .js file preload for both and the divs step for both on the same page.

    There is certainly more that you can do, and I recommend that you check the documentation for the API for more information: http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html

    I hope this helps.

  • How do you see the other pages?

    Hi guys,.

    I'm new to web design then it maybe a stupid question.

    I am designing a website with CSS and I had pretty much done index. Now, I will design other pages but I'm not sure, should I just copy the HTML code of the index and change the content or what I should re-design the entire page?

    Available to other pages should be very similar except for a few minor changes and of course, the content index.

    I would appreciate any help from you guys.

    Thank you very much!

    Vincent

    Hi guys,.

    I'm new to web design then it maybe a stupid question.

    I am designing a website with CSS and I had pretty much done index. Now, I will design other pages but I'm not sure, should I just copy the HTML code of the index and change the content or what I should re-design the entire page?

    Available to other pages should be very similar except for a few minor changes and of course, the content index.

    I would appreciate any help from you guys.

    Thank you very much!

    Vincent

  • why I can't navigate from page two to secure the other pages

    Hello everyone,

    I have created secure login page and can normally connect by username and password, and redirect me normally on the second page, but the second page I can not navigate to the third, when I do remove the security I can usually navigate between pages

    This my adfc_config

    <? XML version = "1.0" encoding = "UTF-8"? >

    "< adfc-config xmlns ="http://xmlns.oracle.com/adf/controller"version ="1.2">"

    < id view = "usage_details" >

    usage_details.jspx < page > < / print this page >

    < / view >

    < id view = "General_Reports" >

    General_Reports.jspx < page > < / print this page >

    < / view >

    < rule of flow control = "__2" id >

    usage_details < of-activity-id > < /-activity-id >

    < control-flow-case id = "__3" >

    Gen < from outcome > < / de-results >

    General_Reports < to-activity-id > < / to-activity-id >

    < / control-flow-case >

    < / control-flow-rule >

    < managed-bean id = "__1" >

    loginBean < managed-bean-name > < / managed-bean-name >

    view.loginBean < managed-bean-class > < / managed-bean-class >

    application of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < / adfc-config >

    and that's my jazn-dat

    <? XML version = "1.0" encoding = "UTF - 8" standalone = 'Yes'? "" >
    "" < jazn-data xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance"
    "xsi: noNamespaceSchemaLocation ="http://xmlns.oracle.com/oracleas/schema/jazn-data.xsd">."
    < default = "jazn.com Kingdom-jazn" >
    < domain >
    < name > jazn.com < / name >
    < user >
    < user >
    Nihad < name > < / name >
    Nihad < display name > < / display-name >
    mEKt9XT9Dvnfjmi5kphbCuzuyvZY6PiZ < power > 903 {} < / qualifications >
    < / user >
    < / users >
    < roles / >
    < / domain >
    < / Kingdom-jazn >
    < policy store >
    applications <>
    < application >
    < name > usage_details < / name >
    < app-roles >
    < app-role >
    < name > ManagerRole < / name >
    oracle.security.jps.service.policystore.ApplicationRole < class > < / class >
    < display name > role manager < / display-name >
    < member >
    < member >
    Nihad < name > < / name >
    oracle.security.jps.internal.core.principals.JpsXmlUserImpl < class > < / class >
    < / member >
    < / members >
    < / app-role >
    < / app-roles >
    < jazn > political
    <>grant
    < dealer >
    < directors >
    < principal >
    < name > ManagerRole < / name >
    oracle.security.jps.service.policystore.ApplicationRole < class > < / class >
    < / main >
    < / directors >
    < / dealer >
    <>permissions
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.welcomePageDef1 < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.welcomePageDef < / name >
    < action > customize, grant, customize, view < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.usage_detailsPageDef < / name >
    < action > customize, grant, customize, view < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.General_ReportsPageDef < / name >
    < action > customize, grant, customize, view < / actions >
    < / authorization >
    < permission >
    oracle.adf.controller.security.TaskFlowPermission < class > < / class >
    < name > /WEB-INF/task-flow-definition.xml#task-flow-definition < / name >
    Display < share > < / actions >
    < / authorization >
    < / authorization >
    < / grant >
    <>grant
    < dealer >
    < directors >
    < principal >
    < name > anonymous role < / name >
    oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl < class > < / class >
    < / main >
    < / directors >
    < / dealer >
    <>permissions
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.loginpagePageDef < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.errorPageDef < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.welcomePageDef1 < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.controller.security.TaskFlowPermission < class > < / class >
    < name > /WEB-INF/task-flow-definition.xml#task-flow-definition < / name >
    Display < share > < / actions >
    < / authorization >
    < / authorization >
    < / grant >
    < / jazn-policy >
    < / application >
    < / applications >
    < / policy-store >
    < / jazn-data >

    and this is my loginbean

    Overview;

    Import javax.faces.application.FacesMessage;
    Import javax.faces.context.FacesContext;

    Import javax.security.auth.Subject;
    Import javax.security.auth.login.FailedLoginException;
    Import javax.security.auth.login.LoginException;

    Import javax.servlet.RequestDispatcher;
    to import javax.servlet.http.HttpServletRequest;

    to import javax.servlet.http.HttpServletResponse;


    weblogic.security.URLCallbackHandler import;
    Import weblogic.security.services.Authentication;

    Import weblogic.servlet.security.Utils;
    Import weblogic.servlet.security.ServletAuthentication;


    public class loginBean {}
    private String _username, _password;

    {} public void setUsername (String _username)
    This ._username = _username;
    }

    public String getUsername() {}
    return _username;
    }

    {} public void setPassword (String _password)
    This ._password = _password;
    }

    public String getPassword() {}
    return _password;
    }

    public String doLogin() throws {LoginException}
    String _username =;
    Byte [] pw = _password.getBytes ();
    FacesContext ctx = FacesContext.getCurrentInstance ();
    HttpServletRequest request = (HttpServletRequest) () .getRequest () ctx.getExternalContext;
    Subject mySubject.
    try {}
    mySubject = Authentication.login (new URLCallbackHandler (UN, pw));
    ServletAuthentication.runAs (mySubject, request);
    ServletAuthentication.generateNewSessionID (request);
    String loginURL = "/ adfAuthentication?success_url=/faces/usage_details.jspx";
    HttpServletResponse response = (HttpServletResponse) ctx.getExternalContext (m:System.NET.FtpWebRequest.GetResponse ());
    RequestDispatcher dispatcher = request.getRequestDispatcher (loginURL);
    Dispatcher.Forward (request, response);


    } catch (FailedLoginException e) {}
    FacesMessage msg =
    new FacesMessage (FacesMessage.SEVERITY_ERROR, "name of invalid user or password","invalid username or password");
    ctx.addMessage (null, msg);

    } catch (Exception e) {}
    Returns a null value.
    }

    Returns a null value.

    }
    }


    and help him please.


    Change this line

    String loginURL = "/ adfAuthentication?success_url=/faces/usage_details.jspx";

    TO

    LoginURL = string ' / adfAuthentication? "success_url = / faces/usage_details";

    Timo

  • How can I delete a page and rearrange the other pages?

    I'm trying to delete a page/document and then rearrange the remaining pages/documents. I followed the instructions to help Adobe, but my toolbar does not give me the option to delete or move documents as indicated in the instructions on the help page. The thumbnail gives me only the possibility to increase/decrease the size or print. Please advise I'm losing my mind and have need to understand that as soon as possible because it is for a Web site online. I downloaded the latest update. Thank you!! L

    The instructions that you read were for Acrobat from Adobe, and no Adobe Reader. Reader doesn't have this capability.

  • Spry menu bar not working do not on the other pages

    Hello

    I've been struggling with this all day - I want to copy my menu bar horizontal spry in several pages of my site.  I am doing this creating a model .dwt with the original menu bar, to research and to behave as it should.  The new page displays the bar correctly but does not - no function drop-down list.  I don't know if this has nothing to do with the menu bar being a library item (and not on the css and js?)  Can anyone help?

    Instead of using a template, take a look at this article http://foundationphp.com/tutorials/sprymenu/ssi.php

    GRAMPS

  • Pages that I bookmarked it display the other pages of my favorites when I click on the names of bookmarks.

    I bookmarked the URL by using the feature to MARK THIS PAGE of FIREFOX. However, when I try to reuse the pages by clicking on the BOOKMARK, FIREFOX will load another page in my FAVORITES. It happens all the time.

    Tyler:

     Thank you for your prompt response. However, there is an issue. You recommend updating FIREFOX to 18.2 but when I try to update it says FIREFOX 15.0..1 is the latest version.
    
  • How can I put a footer which links to the first page of a PDF from the other pages?

    I am trying to create a pdf file that has the "Return to Table of contents" option at the bottom of each page from 2 to 23.  I know how to add a footer, and I know how to add a link, but is there a way to put a link as a footer?  I don't want to go and create the links 22 for each file.

    Page 2 create a button that has a mouse "Go to a page view" action that goes to the table of contents page.

    Then duplicate this button on pages 3-23.

  • Dreamweaver connection "How can I get the user name to the other page?

    im a beginner in Dreamweaver CS4 and I'm learning to just watch the tutorial videos...

    I have a big problem...

    ADWCS4 is easy to make a login form...


    for these tutorials I watch I have not meet how to get the user to another page name which connect...

    I'm using PHP

    hope you can answer my question

    http://forums.Adobe.com/thread/417437

Maybe you are looking for