LiveCycle Designer ES2 save some changes not retained after scripts

Hello

I have some text field names that are modified by Javascript in some click events. These renowned fields are used for navigation in conjunction with xfa.form.resolveNode and everything works perfectly until the form is saved and reopened.

After you open the saved form, all entered data are retained, but new domain names have not been preserved and resolveNode returns a null value.

'Changes Preserve to form when recording scripts' are set to 'Automatically' in the properties of the form.

Ideas or comments?

Thank you

Ron

Hi Ron,

I don't think you will get it works. I suspect that, when the form is reopened the template DOM contains the original name of the text field and this is used when the form is rendered.

You could test this with a temporary button's click event:

console.println("Textfield name BEFORE remerge: " + TextField.name);
xfa.form.remerge();
console.println("Textfield name AFTER remerge: " + TextField.name);

You would click it ONCE your other script has changed the name of the text field. You will also need to open the JavaScript Console (control + J) to see the results.

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

  • If I use the adobe reader 7.0 software to open LiveCycle Designer ES2, what will happen?

    Hello

    I intend to recommend adobe LiveCycle Designer ES2 as a software designer of forms for a client company. But it seems that the client always uses the old version of adobe reader 7.0.

    So I need to know that it is essential to use the adobe reader 9.0 for designer ES2 software and if Adobe reader 7.0, this problem would happen?

    It is very useful, if there is detailed information on this subject.

    Thank you

    Shoku en

    Hello

    When you design a form in LC Designer ES2, you can set the version target of Acrobat/Reader software in the file > properties > default values tab.

    While you can target v7, be aware that some features in LC Designer ES2 is not supported in Reader v7. For example in LC Designer, you can define the presence of an object "(screen visible only)", but it is not supported in Reader v7, so would cause a problem. So for each form you will need to set the version of the target, and then check the warnings palette to see if there are problems.

    See the post by John Brinkman discussing Acrobat X, as it's a very handy table for the versions of the specification of the designer/XFA LC and Acrobat/Reader: Acrobat X and XFA 3.3

    XFA Version Acrobat/Reader
    2.1 6.02
    2.2 7.0
    2.3 7.0.1 7.02
    2.4 7.0.5, 7.0.7
    2.5 8.0
    2.6 8.1, 8.1.1
    2.8 9.0
    3.0 9.1, 9.2, 9.3
    3.3 10.0

    You can see there are a lot of changes around v7 and if the user has v7.0.7 Reader, you can use the features of 2.4 XFA specification.

    The other question to know is that users with the player will NOT be able to save data in the form, UNLESS the form has been enabled for reader until the form is deployed.

    The form can be active player in two ways:

    • Using Acrobat Standard v9 or Acrobat Professional v7 or v8. A license restrictions, see the EULA.
    • With the help of a server product called Adobe LiveCycle Reader Extensions ES2. Extra charge.

    Here is a summary of the options available for users with the player, depending on whether the form is activated to drive AND how she has been activated:

    There is a post here and a summary in PDF:

    http://assurehsc.IE/blog/index.php/2010/05/using-LiveCycle-Forms-in-Acrobat-and-reader/

    Hope that helps,

    Niall

  • Workspace settings not retained after restarting.

    Just upgraded to Cs6.  Bridge will not retain my workspace settings after you restart the computer.  The format of the screen is changed and except where 'Manual' is selected, the sorting preferences restore in "Filename".  Not happened in Cs5.  Is there a solution?

    If you have 'launch bridge connecting' it will not retain settings unless you click File/Exit when closing.  This option in the Advanced preferences.

  • Array.length changes not really after the item deleted?

    Frame 1, I loaded 9 clips (pieces of a chart) and their names of the instance (piece1, exhibit2 etc.) are in a table, arrPieces.   In 3, I'm trying to remove them, but I discovered that I had a problem with my while loop.   I removed the loop and discovered that the problem is really that the size of the array does not reduce after that I deleted an item.   I could not find it in the documentation.  Is this true?  I do not suspect.

    That's what I've stripped the code in frame 3 down for:

    trace (arrPieces.Length);     9 as planned
    var whichPiece = Math.floor (Math.random () * 9) + 1;
    arrPieces.splice(whichPiece,1);
    trace (whichPiece);   as expected
    trace (arrPieces);   as expected
    trace (arrPieces.Length);   still gives 9 - should not
    Stop();

    Something obvious, I suppose, but I can't.   Help appreciated.

    Marion

    I don't know what you've changed things in, but you can still get the random index duplicate values, though that if you are splicing to the table, then it should not matter.

    I don't know what else is going on in your code, or if you really need to remove the elements in the array, but you might consider randomizing just the array and then read through it, from 0 to 8.

  • possibility to buy LiveCycle Designer ES2?

    My company needs to edit our existing LiveCycle Forms, but they are in the old format ES2 and open forms in the ES4, but some the workflow scripts are not visible in the ES4. According to what I read, the former XFA forms must be converted to make the changes I need to do, and it is not possible for us. Is it possible to get the ES2 somehow? I searched, and yesterday, I swore there is a link to contact Adobe for previous versions of LiveCycle, but I can't find it now. Thanks in advance!

    Thanks for the reply. I was able to download Acrobat X Pro, but ES2 seemed not to be included. BUT, you led me to the answer... ES2 is included in Acrobat X Suite

    Thank you so much - you saved me a ton of headaches!

  • LiveCycle Designer ES2 - validation model and limited length: max tanks

    I am new to the use of LiveCycle Forms of design.  This seems like it should be a very simple thing, but I'm stuck on how to do it.

    I have a postal Code field.  It is located at Zip and Zip + 4 display and Validation of models.  The Validation model is text {99999} | text 999999999 {}.

    I have a script that stops at the entrance of alpha characters.  I also want to prevent users from entering more than 9 characters.  I think that the

    Length limit: Max tanks: feature would take care of that... but it's not.  I can't turn on the limit length because I get a warning that conflict

    with my boss.  Makes no sense for me because my boss has a maximum of 9 numbers and I want my length limit for a maximum of 9 characters.

    I know that I can use schema validation to provide an error message warning that indicates a user to enter the numbers 5 or 9, but why can't I've just stop them at 9?

    Any help would be appreciated.

    Thank you!

    Hello

    It does not always seem to work, you get just an annoying warning at design time.

    If you use a numeric field, then you might have the code in the change event to limit the length, and in this way they would be able to type alphanumeric characters either.

    newValue var = parseInt (xfa.event.newText, 10);

    If (isNaN (newValue) | newValue < 0="" ||="" newvalue=""> 999999999)

    {

    XFA. Event.change = "";

    }

    You then have the code in the validate event to test a value in both sectors.

  • LiveCycle Designer Pdf save

    Hi I have the following problem ... I created a PDF document, et also added javasqript ... so I can not edit this document in acrobat

    LiveCycle should change the settings for security... where can I change the settings?

    4 example a picture of my problem, I hope y or can help me

    1. Topmostsubform.Page1.schaltflache1::click - (JavaScript, client)

    var event.target oDoc = ;

    • oDoc.mailDoc({)

    bUI: true,

    cTo: "[email protected]",

    bassujetti: 'Preisanfrage -' + Kunde.rawValue

    GMMC: « »

    });

    saveproblem.png

    http://www.imagebanana.com/view/pzaq6qr8/saveproblem.PNG

    Dein Screenshot shows clearly, dass das Formular in Adobe Reader open ist und nicht in Acrobat.

    Damit das mit dem reader speichern kannst, musst of are first mit Acrobat öffnen und mit European rights abspeichern (Datei > Speicher als > PDF mit European Reader functions)

  • Don't change not shown after you save the changes

    Hello

    1 has created the View object (VO1) involving employee of paintings for example, Department,.

    2 created another view (VO2) created a link with emp_id with VO1, now VO2 depends on VO1

    3 created another view (VO3) with single employee table and link created with VO2. I want to update the name of the employee.

    Created page jsf and drop VO1 as list of navigation (Select Department) and in detail droped VO2 that displays department_name, name of the employee, and for the update employee name droped VO3, based on VO2.

    It's working well.

    Problem: When I change the name of the employee VO3 and press the button Save, it works very well, but does'nt update the name of the employee in VO2, that I must change the record of the navigation list, and then select the same folder to see the changes.

    I also want to show the update button on VO2.

    Thank you

    Well, go to the pageDef and insert action link. In the dialog box that appears, select appropriate iterator and then operation or Execute. After that, you can use the OperationBinding I order to perform this action.

    Take a look at:

    Oracle ADF quick how-to: Calling ADF Action binding programmatically

    As another option, oyu can refresh only VO 2 of current line:

    Andrejus Baranovskis Blog: Full simple refresh row without restoration

    search for:

    "Row refresh is implemented as a custom method inside the View object implementation class."

    JohnMackanzi wrote:

    How executeQuery for VO2 Pro grammatically? Please explain

  • LiveCycle Designer ES2 Software

    The designer used to be shipped with Acrobat Pro, but with the new Acrobat X, I don't see any mention of the designer under the Version '(features) comparison' here - http://www.Adobe.com/products/acrobatpro/buying-guide.html

    Designer come with Acrobat X?  Thank you.

    Hi Jacob,

    I can't say for sure, 100% that I have not updated.

    However if you go here: http://www.adobe.com/products/acrobat/matrix.html

    It seems to indicate that Acrobat X Pro for Windows and Acrobat X Suite for Windows have included LC Designer.

    I tried to upload screenshots, but can't!

    Niall

  • Screen saver program does not work after reinstallation of Win7 (missing Direct 3d devices)

    I had a problem with a screen saver program that has run before on this machine.
    I had to reinstall windows 7 recently and he has not worked since.
    I am running Windows 7 64-bit, the monitor is a Dell 2310 ST s/n is CN-OU217R-72872-O2B-OUJS.
    My PC is a Dell Studio MT Pentium Dual Core E5400 VT (Description of the invoice)

    The error I get is "unable to find any compatible Direct 3d devices.

    The monitor driver is Dell_ST2310_Analog and I checked that there are no new versions.

    There are 3 drivers listed under sound, video and game controllers:

    1 Intel(r) High Definition Audio HDMI
    2. Realtek High Definition Audio
    3. Audio USB device

    I did a scan for #3 and it updated to a Webcam Pro 9000, which is a device that I have attached.
    The other 2 drivers are the latest from the scan.

    It seems that is missing a driver, or I need to change some settings, but I don't know who. Wonder if you could help me.

    Well, you would believe that I received an update from Microsoft Sunday night late and this morning everything works very well.

    Ignore the problem.

  • personal settings not retained after restarting Windows XP

    After that my professional trustworthy repaired my system and reinstalled Windows XP Pro (SP3), it was OK until I started to reload security applications (such as the ZoneAlarm firewall, blockers of spies, etc.)
    Now, whenever the system reboots, all personal settings are lost (even though Windows says ' save settings' then stop).  Keyboard settings, folder view settings, icon placement, etc. - all is lost.
    I searched the Knowledge Base and Forums, with no obviously related results.

    Help?

    Try disabling TeaTimer first. It will certainly impact the registry change. If this does not work, uninstall.

    Thank you! Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Can turn on virtual memory, but it is not retained after reboot

    I'm unable to set up virtual memory.  Advanced settings screen appears when the computer is strarted, but entries changes do not take effect when the computer is restarted.

    I don't think it's possible to run that Windows 7 unless it uses virtual memory.  I guess that you're having trouble seting the paging files, is that correct?  If so, you want to do this via the Control Panel System applet.  When you're there, click Advanced settings.  Then under the Performance section click on settings and advanced options.  Under virtual memory, click on change.  From there, the best thing to do is check the box that says automatically manage file size of exchange for all readers.  Until you return to the desktop, and then click OK.

    Good luck.

  • Forms created with LiveCycle Designer cannot be saved by Acrobat Reader after he fill?

    I created a form using LiveCylce Designer ES4.

    When I open it in Acrobat Reader ms, I received the following message:

    9-23-2015 12-03-33 PM.png

    Why does this happen?

    Save your form with file > save as other > Reader Extended PDF.

  • HP Scan: HP SCAN save button does not work after upgrade OS Sierra 10.12

    Just finished the upgarde 10.12 Sierra OS on my mac. When you use the software to SCAN HP with my Officejet Pro8600 more I can no longer save the scanned document. Scanning works fine, I can click on save in the file menu, but in the record window after entering a file name, I can't click on save button. Its a dull grey color.

    Any help would be appreciated.

    Hello

    HP Scan is incomaptible with Sierra.

    Go to the Applications folder move the HP Scan application to the trash and empty the trash.

    Then install and use HP Easy Scan below:

    https://iTunes.Apple.com/us/app/HP-easy-scan/id967004861?MT=12

    Kind regards

    Shlomi

  • DOM changes not Visible after scrolling overflow element

    Hello

    I work on an app PlayBook WebWorks and have encountered a problem that seems to be a bug in the rendering system.

    I have a click callback method that updates a few text and styles in a div. This still work correctly in undulation and usually works on the device. Sometimes, however, it has no effect.

    With the help of web Inspector, I see my click method is called and ends without error. When I click on the items tab to inspect the DOM, all of a sudden the DIV is updated with the correct appearance.

    Here is a version of my code:

    • One
    • Two
    $("#list li").click( function(e) { selectedElement = $(this).attr("data-lineId"); console.log("click on " + selectedElement); $("#title").html(selectedElement); $("#details").removeClass().addClass($(this).attr("class")); console.log("end click on " + selectedElement); });

    Has anyone seen a similar problem before? Any suggestions on how to force a refresh?

    Thank you

    This is fixed in the final version of OS2.

Maybe you are looking for

  • Pass the value to the node e/s in FPGA.vi of Host.vi FPGA

    How to place a different value to the FPGA.vi of I/o of the Host.vi node?  In the FPGA, I made the I/O node 'control', but when I try to use the read/write command in my host none of the e/s appear in the menu dropdown.  All my booleansare it.   See

  • selection of the daq card to get the angular position of 6 motors with encoder

    can you suggest me best daq card to use 6 positions of engines as outputs using encoders attached to the engines. I'll use single window for each engine. Or what can I use a single window for all the coders of engines?

  • Windows Movie Maker - music is not playing little matter what I do

    I'm making a movie for my best friend for her birthday. I'm trying to use some of our favorite songs as background music. I'm going to and upload music and it is important, but when I put it in the movie and I play it, no music plays. I know that the

  • Customize EditField increasing line height

    Hello I need to customize the EditField. Primarily, the visible lines should increase instead of a single row in the first place and further increase the runtime if more text is added. OR has a vertical scroll. Whatever I do, the EditField displays o

  • Recycle bin to be empty guard

    Original title: Max task Even if I keep my empty garbage keep it empty... demand it works since the taskbar... I click as requested and a little while after he calls again... I am using w7 for 3 years, but this gene appeared only recently... I have s