Save the information to textfield form section that can be hidden

I have a table wrapped in a subform that can be hidden by clearing a check box. Each of the table cells have a textfield added with no caption and you have the possibility of Rich Text turned on. I want the end user to be able to add text in these textfields table, hide the table and save the form without losing the text that they added to the textfields. Currently hiding table erases everything that was added. This is the script that created what I added.

+ PRODUCT - CHANGE (ID:A1B267A9 - DA1B-4024-9 C 78-A7F93B3AE7D6 CRC:3540598859)

+ Type: Action

+ Result1: RemoveInstance("$Node2","currentindex","")

+ Node2: FRM-FRE-06Rev [0]. Subform2_MiddleSection [0]. TDM-Listbox [0]

+ Node1: FRM-FRE-06Rev [0]. Subform2_MiddleSection [0]. Box [0]. CheckBox3 [0]

+ Condition1: CheckBox ("$Node1", "unchecked")

+ ActionName: CheckBox3.change

If

(this.rawValue == '0') { }

this.resolveNode('Subform2_MiddleSection._GDT-Listbox').removeInstance (this.parent.index);

if (xfa.host.version < 8) { }

XFA. Form.Recalculate (1);

}

}

//-

+ PRODUCT - CHANGE NOT (ID:9174C15E-EB9E-4ABA-AF9A-937900C5C071 CRC:3118237327)

+ Type: Action

+ Result1: AddInstance ("$Node2")

+ Or: 1

+ Node2: FRM-FRE-06Rev [0]. Subform2_MiddleSection [0]. TDM-Listbox [0]

+ Node1: FRM-FRE-06Rev [0]. Subform2_MiddleSection [0]. Box [0]. CheckBox3 [0]

+ Condition1: CheckBox ("$Node1", "checked")

+ ActionName: CheckBox3.change

If

(this.rawValue == '1') { }

this.resolveNode('Subform2_MiddleSection._GDT-Listbox').addInstance (1);

if (xfa.host.version < 8) { }

XFA. Form.Recalculate (1);

}

}

//-

It worked. Thank you very much for your help with this!

-Don

Tags: Adobe LiveCycle

Similar Questions

  • How can you save the image to a google map that is contained in a Web site?

    How can you save the image to a google map that is contained in a Web site? I use a macbook at the beginning of 2011 pro and functional on OS X Yosemite 10.10.5. I would like to capture the image of the map and print it with a good quality.

    Take a screenshot and print that

    Google mapsHow to take a screenshot on your Mac - Apple Support

  • Hello, Adobe Acrobat Pro can I prevent save the protected document pen drive? I can protect for playback only? Thanks for the reply.

    Hello, Adobe Acrobat Pro can I prevent save the protected document pen drive? I can protect for playback only?
    Thanks for the reply.

    No, you can not avoid that a file to be copied.

    On Friday, June 19, 2015, at 16:56, teddy beart69441151

  • who are authorized dealers on that? MacBook pro will have the warranty if I buy in that can?

    who are authorized dealers on that? MacBook pro will have the warranty if I buy in that can?

    what the seller "macStore".. ???

    Is the question on this Web site.

    There are a number of help here > https://paytm.com/care

    Online shopping has nothing to do with the guarantee of your Mac.

  • IPod Classic 160GB - stays corrupt, tried everything I can find online. I was told if I can find the manual restore of Apple file, that can solve my problem, anyone know where I can get this file?

    IPod Classic 160GB - stays corrupt, tried everything I can find online. STIL reformatted to Fat32, says that it is corrupted. Windows 10. I was told if I can find the manual restore of Apple file, that can solve my problem, anyone know where I can get this file?

    See corrupted iPod Classic. What are the stats from HARD drive?

    TT2

  • What is the most advanced version of ACR that can be used with Photoshop CS5?

    What is the most advanced version of ACR that can be used with Photoshop CS5?

    It will open a Canon 5 d Mark III RAW files?

    CS5 can deplete to ACR 6.7.1.  CS6 started with cab 7.0.

    The 5 d Mark III has been first supported with ACR 6.7.

    ACR 6.7.1 can be downloaded from the links on the download page for Adobe Camera Raw Mac and Win:

    http://www.Adobe.com/downloads/updates.html

    References:

    http://helpx.Adobe.com/x-productkb/global/camera-raw-compatible-applications.html

    http://helpx.Adobe.com/Creative-Suite/KB/camera-raw-plug-supported-cameras.html

  • Is it possible to save the current tabs and groups so that they can be recharged at any time?

    My Firefox crashes sometimes, and when I start it up again, my groups and tabs that I had are lost, so I need to recreate my history window. Is there a way I can save the groups that I have with the tabs on the inside so that I can retrieve them at a later date.
    "I say that Firefox does not save the whenever I close the browser, so I'm güssing there a file somewhere that contains this information, if I know how is called this file I could save it on my regular schedule and retrieve them if I had to, of course the best solution would be to have a ' save the groups ' & 'Support groups' in the menu.

    Thanks in advance
    DayoJ

    (PIN) App tabs and groups of tabs (Panorama) are stored in session data in the sessionstore.js file in the Firefox profile folder.

    You can use this button to go to the Firefox profile folder currently in use:

  • Cannot use, "save under" to save the information in the missing desktop icon

    Whenever I try to use the, "Save as" command in Word 2007 or the appearance of Windows 7 theme page to save on the Desktop icon on the left side of the page, it is impossible, because the Desktop icon disappeared completely.

    This means I have to record information in example Library\Documents, why?

    Anyone solve the problem?

    How to reset the Windows path, which should allow me, "save under" information and possibly other paths to the desktop (icon)?

    The desktop icon is normally located in the "Favorites" group at the top of the left pane. Click on the small arrow next to Favorites to show the links it contains.

    If she's really gone then you can put it to go back easily.  Open Windows Explorer, find your desktop folder, select it, drag it to the favorite icon to the top of the left pane, drop it on the Favorites.  Who put it there.  [He puts a shortcut on the desktop in the favorite group]

    Note that Favorites is extremely poorly named.  It has nothing to do with favorites, you are probably familiar with Internet Explore.  It's actually a set of shortcuts in whatever you chose to put files and its list is displayed in C:\Users\yourusername\Links if you take a look here.

  • How to save the data in a form called?

    Hi all.

    I have two froms.like FORM A and FORM b.

    I have a button on the FORM B.

    When I click on this button, FORM B and FORM data should be store in the database...

    I wrote something like this in the form B

    when_button_pressed->

    commit_form;

    go_form ("c\user\babu\FORM A.fmx");

    commit;

    Here, my problem is when I click on save button only saved FORM B, FORM A not memorizing the data in the database.

    Please help me and tell me where the error...

    Post edited by: N.B.Babu

    I guess that the modules form a calls B with OPEN_FORM module (..., SESSION), IE. Module B works in the new session of database

    (by the way, the database connection is the same, because the connection to a database can go several database sessions).

    Your code cannot save the data in the two sessions of database:

    commit_form; -This saves the data only from module B (because A module work in diferent database session).

    go_form ("c\user\babu\FORM A.fmx");  -Now you in module A.

    commit; -This has no effect, you are now on the module to a.

    Kind regards

    Zlatko

  • Save the data in a form

    I can save data filled out on a form using computer my husband running Windows 8.  But I can't save the filled in data on a form by using the same file on my Mac.  Why is this and I solve this problem?

    It could be that you have a different version of the player.

    In order to save a form, the form designer has him especially for readers to save users, you must have Acrobat (not Reader) or now you can do it with the latest version of Adobe Reader XI.

  • Fill in the form with the information to another form

    I have 2 forms.  I want to automatically fill the second form with the information of the first shape.  How could I get this?  I tried to import the xml data in the first shape in the second form, and nothing happened.  All fields of the second form have the same name as the corresponding fields on the first form.  I don't know what else I'm missing / need to do.

    Any help is very appreciated!

    Thank you

    Rose.

    Data can be imported into another form, but if it is not based on the same structure or schema (having the same name is not enough), then you can map incoming data to the fields on your form (this is called binding). In the dataview tab, you can create a new data connection (use the sample xml option) and your data structure is displayed in the palette. Then simply drag and drop each data node on the ground where the data should go. An icon will appear next to the data node to indicate that it is linked. Now, when you import the product data knows where you want the mapped data.

    You can also see where each field of the form is bound by highlighting the classified and clicking on the link tab.

    Paul

  • Cannot save the information from the Bank to the user when the box checked

    Firefox will not now store my client code of the Bank. I check the box to save, but the information is not stored.

    There are two entries for my Bank in history. I removed the two cookies. I then entered my bank details and 'saved for next time' - details are now here!
    Delete cookies and saving them again and then solved the problem.

    Thank you very much for your help, to try to resolve - appreciated

  • I can't save the information on universaljobsmatch

    Cannot save actions on mobile phone

    Can you give a bit more information for us people of SUMO can understand your problem and give you a solution

    Thank you

  • save emails as files text or doc that can be opened by other programs, such as word or program credits doc.

    Hi, I am looking to save important legal email a text or document file that can be opened by word or a generic document program because lawyers have no firefox. Any help appreciated thanks

    The integrated capability that you can use is to save e-mail messages in HTML format. File | Save under... and you select HTML as the file type. It will be opened in a browser, or even a word processor. But they can be complicated to transport since there are often an auxiliary file for embedded images.

    I hope that if you save messages in format eml native, your lawyer email client should be able to open them.

    In both cases, the ImportExportTools add-on - it can make your life easier if you need to record a large number of messages.

    I think a safer option for you would be to print to PDF. If your OS has not this built, there are various free PDF writers. My own experience with the lawyers, it's that they seem to like the PDF format, so that they are likely to have a PDF reader. And of course Windows had PDF display and built-in since Windows 7 capacity-building.

  • is a limit to the number of chains of substitution that can be created in an application in the 4.1 - 20 apex

    Right now I am building an application using apex oracle 4.1.  I'm running into the following problem. The point is that I have already created about 20 channels of substitution by entering them in the form of properties. I need to create others, but just do not see how, since apparently 20 is the maximum number that can be created in an apex 4.1 application.

    What can I do to create channels of additional substitution that I need for the application.

    Thank you

    Juan Estrada

    Create demand items and calculate their or even better to fill those in a request, or after the connection process.

    Denes Kubicek

Maybe you are looking for