Copy value of text fields in the new instance.

I have a subform where I use "TAG.instanceManager.addInstance (1);" to create a new instance of the subfrom, but I also want to have a button that creates a new instance that copies the values of the current instance. (See Image below, also provided hierarchy if that helps)   Is it possible to have the values to be copied to the new instance?  Any help would be appreciated. Thank you

Example.png

Hierarchy.png

Hello

If you clone the data node that the TAG subform is bound before the addInstance (1) then the new nodes form binds new data nodes.

So try this JavaScript in the click event of your CopyTagBtn

tags var = page1.resolveNodes ("TAG [*]");

Download the last marker to clone

var tag = tags.item (tags.length - 1);

Create the new set of data to bind to the

tag.parent.dataNode.nodes.append (tag.dataNode.clone (true));

Add the new instance of tag, which will bind to the new data set

TAG.instanceManager.addInstance (1);

Concerning

Bruce

Tags: Adobe LiveCycle

Similar Questions

  • Asking value of text field after the application of the stamp

    Hello

    I use forms to create a stamp personalized with Acrobat Pro XI

    However, I need to enter a value in a text field after (or during)

    in placing the stamp.
    With my current 'solution' (calculation of the value of a text field with: event.value = app.response ("enter a string of text"));

    He asks only entry when I open tone (which is pretty useless, obviously).

    I hope someone can help me here, I'm a little lost.

    You should read this tutorial and post again if you get stuck: http://acrobatusers.com/tutorials/print/dynamic_stamp_secrets

  • How can we make invisible static value in a text field to the OPA

    Hi all

    I have invisible static value in a text field in the OPA.

    For ex: field contains the value 100 while we manage the maintenance should not display the value 100 or make us the text as invisible field. whenever we submit the interview the value should be passed.

    I made the background color of the text in white field, but it reflects all the text fields. I need to make the text of the particular text as invisible field. Can someone give me a solution for it.

    Use two different attributes (the one that is indicated in the interview to the need - for example, as "the id selected user" or whatever the phrase is appropriate) and a different attribute, which is the mapped attribute.  The second attribute must not be on any screen of the interview (by thus "invisible" for the user).  Write a table of rules that concludes that the value of the attribute mapped on is EITHER static value or the selected/expected value according to some logic is appropriate to make a decision in your model of strategy.

  • Add the date and time to a text field when the form is submitted

    Is it possible to add the date and time to a text field where the user is clicking the button of form submit?

    I created a custom send form button and do not use the distribution process to collect the results and would like to have a time stamp of when the form has been sent.

    Thank you!

    Sure. Before your submit order add a command run JavaScript with this code:

    this.getField("SubmitDate").value = util.printd ("mm/dd/yyyy hh: mm", new Date());

    Change the field name or date that required such boss.

  • Hidden fields are visible in the new instance of the subform.

    Hi all.

    I have the following problem:

    I have a subform with a check box and a text field.  When the box is checked, the text field is visible.  When it is disabled, it is hidden.

    I also have a button which adds another instance of the subform.  When I click and add another subform, the masked text field is visible in the new instance instead of stay hidden until the box is checked.  Also, when I add the new subform instance and select the check box, the hidden field becomes visible at first to the subform.

    Here is what I use to hide and show fields:

    If (this.) RawValue == 1)

    (form1.subform1.textfield1.presence = "visible");

    on the other

    (form1.subform1.textfield.presence = "hidden");

    The foregoing is in the initialize event and change.

    I would really appreciate help to learn how to keep each instance does not affect another, as well as the way to keep the field hidden in newly added instances of the subform.

    Thanks in advance.

    J

    Hello

    You can add the action to the checkbox for the workflow. To do this, you can right click on the checkbox under the hierarchy Panel and then click on 'Add Action '. Also if you want the field to be hiddedn in the new instance and then at design time, you must set the property of as hidden control.

    Steps to get the workflow.

    1. make a right click on the checkbox control--> click Actions--> add an Action

    2. select in the drop-down list. When the check box is cleared.

    3 set the visibility of the textfield to hidden.

    4 click Add new action as indicated below.

    5. select in the drop-down list. When the box is checked.

    6 set the visibility of the textfield visible.

    7. click OK to create the action and close the window of action.

    To set the TextField to select hidden textfield and open its property of the object. Set the value of the presence as hidden.

    ************

    Please download the https://acrobat.com/#d=hM8oyP3be4O3HRBt14CkYg sample file

  • Copy to the new instance of the subform

    What I'm trying to do is to copy a field and when a new instance of a subform is created to another field.

    When a user clicks the show button, the button to show opens a new instance of the form.  I need the sent field to fill in the field of criticism on the new instance.  Is this possible?

    instance.png

    Hello

    Here is an example:

    https://Acrobat.com/#d=HD6XJ1qofZDf713Yq1P43g

    The first example simply sets the value of the drop-down list. The second adds an element to the drop of the examiner, as sending drop-down list allows the custom entry.

    I've been lazy even if, as the script should check first of all the duplicates. I'll try and get back to that.

    Hope that helps,

    Niall

    Ensure the dynamics

  • How to pass text content of the URLRequest instance fields?

    2.0 has provided a simple way to allow input fields pass the URL of a browser, but also by the way the values of the variables in scripts on the web (like Google).

    I am now fighting to get an instance of the URLRequest object to use the content of a text field for the string provided for the new URLRequest ("stringhere.html")

    Here's some code that does not work. I have a button named submit_btn and a textfield of entry named addressField_txt:

    var myAddress:String = addressField_txt.text;
    var myURL:URLRequest = new URLRequest (myAddress);
    function submitButton(myevent:MouseEvent):void {}
    navigateToURL (myURL, "_blank");
    }

    submit_btn.addEventListener (MouseEvent.CLICK, submitButton);

    Any help would be appreciated!

    Thank you
    Joyce

    DOH! Bonehead error. I realized that I was wrong. The following works fine:

    function submitButton(myevent:MouseEvent):void {}
    var entryText:String = entry.text;
    var url = "' http://www.google.com/search"; "
    var request: URLRequest = new URLRequest (url);
    var myVariables:URLVariables = new URLVariables();
    myVariables.hl = 'en ';
    myVariables.q = entryText;
    myVariables.btnG = 'Google search';
    Request.Data = myVariables;
    navigateToURL (request, "_blank");
    }

    submit_btn.addEventListener (MouseEvent.CLICK, submitButton);

    Thanks for the tips, KGlad!

    Joyce

  • Default properties for the text field of the PDF forms

    How can I set the default properties for the text field?  The creator of forms set of font sizes that are too large.

    Right-click on the field > use current properties as new default.

    It will keep the new settings until the next time that you do this. It is not specific to the document. Do it separately for each field type (text, button, etc.)

    On an existing form, you can select multiple fields. A pro tip, is that you don't have to close the properties to move from the field to the field to the field. Dungeon opens and work faster.

  • Limit the first character in the text field to the letter and numbers?

    How can I limit only the first character entered in the text field as the letter H (uppercase) or any number? Thanks in advance.

    function of validateMemberID was a mistake on my part misnamed it. I thought about it...

    At the level of the JavaScript document

    Allow only characters that match the regular expression
    function validatePartialMemberId (value) {}
    return / ^ [H0-9]?\d{0,10}$/.test(value);
    }

    function validateFullMemberId (value) {}
    return / ^ [H0-9]\d{10}$/.test(value);
    }

    function checkMemberId() {}
    Get all of the characters that the user has entered
    var value = AFMergeChange (event);

    Allow the land to be developed
    If (! value)
    return;

    If (! event.willCommit) {}
    Event.RC = validatePartialMemberId (value);
    }
    }

  • Filled text field, clear the default checkbox

    I've seen a lot of question and scripts on when a box is checked, then the text field copies the value of the checkbox.

    What I'm trying to do is the opposite, i.e. If a text field is empty, the check box by default is checked; But if the text field is filled with what, check the check box disappears. Could someone help with scripts?

    Let's say that the checkbox is named "Check Box1". Enter this code in the custom text box validation event:

    this.getField("Check_Box1").checkThisBox (event.value == 0, "");

  • ([JDev12c, ADF] 1) how to get the value of a field of the line currently selected in question 2) af:table: flowScope

    Hallo,

    How can I get the value of a field in the row that is currently selected in an af:table?

    I need to pass this value to a setCurrentRowWithKeyValue who took the record to display in another (by a button) called page:

    Limited workflow

    Page1 - goToPage2-> setCurrentRowWithKeyValue-> PAGE2

    I defined a managed bean flowScope for the workflow in which I created the variable 'CodeToSetPage2Row '.

    I will store the value of the field for the selected line in this variable so that I can move on to the setCurrentRowWithKeyValue.

    Could be this method OK? Ore is there any good practice to achieve this goal?

    The managed bean flowScope used to go to the stubborn task may take some values from the outside?

    The workflow defined will be executed in a dynamic region.

    Thank you

    Federico

    Federico, you cannot use a flow variable scope for this page. The region has no access to the bean. You must use a workflow for this parameter.

    To get an attribute of the currently selected line you make slide data vo of control on the page attribute. This will create a link attribute for this attribute. Once this link exists, switch to source mode and remove the component that you do not want.

    The framework passes the value of the current row in this affair of the attribute (table should be in single selection mode).

    Click on the button, you switch the binding of the attribute for the setting of task flow using a setPropertyListener.

    In the workflow, you call the setCurrentRowWithKeyValue with the parameter of workflow as the default activity.

    Timo

  • [JDev12c, ADF] How to get the value of a field from the selected line in af:table and...

    Hallo,

    I want to double click on a line of an af:table to call a page that displays a form (based on a View object) with the details of the selected line.

    I need to go to the second page the value of a field on the line that is selected on the first page.

    How can I do this? In particular, how can I get the value of a field from the selected line? How can I call the second page on double-click on the af line: table?

    Thank you

    F.

    Why would user, you need to pass a value of the line to the shape?

    The framework selects the line you want to display in the form. All you have to do is to show the form with the selected line. It is the framework automatically as long as you use e vo even the same data control.

    Timo

    Post edited by: Timo Hahn
    And the handling double-clicks is described here http://www.oracle.com/technetwork/developer-tools/adf/learnmore/56-handle-doubleclick-in-table-170924.pdf

  • I just updated my indesign to CC of CS5. One thing I notice which is annoying is some text boxes and images go live. For example, if you close a text box in CS5 you close the box you see reformat the text to set the new size. In the tex CC

    I just updated my indesign to CC of CS5. One thing I notice which is annoying is some text boxes and images go live. For example, if you close a text box in CS5 you close the box you see reformat the text to set the new size. In CC, the text does not reformat until you are done change the size of the box. It's the same for the images when resizing or rotation re. You don't know what you have until its finished. If you are a little guess instead of see what you're doing while. Is there a way to change this, or does anyone else have this problem. Maybe it's just what does CC. But I'm not a fan... Can anyone help?

    When using the image processing manages, click... for a while... then drag...

  • Copy and paste multiple fields at the same time?

    Is it possible to copy and paste several fields at the same time as in the employment history section or reference to an employment application?

    Hello Glenn,.

    You can right click on the domain and select 'Copy field' and can then slide it into position suitable in the document so that in the preview page.

    Let me know if that helps!

    Kind regards

    -Usman

  • First text field in the page submit when the Enter key is hit. Don't want to send

    Hello

    I searched and cannot find this answer I had before...

    The text field is not present it always when you press included, just a standard text element.

    because it is the first text field in the page... or maybe it was because it is the text field on the page that requires him to 'Submit' page when you press the Enter"" key.

    I don't want the Enter key to send the page.
    Was - to add a dummy hidden text field before this text field?

    Bill:

    Add another text element to your page and to the text element 'attributes of HTML Form elements' specify

    style = "" display: none ""

    CITY

Maybe you are looking for