I am trying to create a form in which the tables that I have inserted can expand to a second page without going over the footer that I have at the bottom of the page. The tables have an add and subtract button so that the user can increase or decrease the number of rows as needed. However, my form h...
In one of the forms, I wanted to use "util.scand()" function, however, I noticed that there is already script object name "util", which is effectively hiding the built-in script "util". The exiting "util" script (embedded) has been used extensively and very risky to rename it now.How I can resolve t...
The maintenance period of Adobe LiveCycle Designer ES4 ends with Mar 2018 and extended support ends in 2020. Can you please let me know the replacement product for Adobe LiveCycle Designer ES4. I am referring only to the core designer functionality to be able to create/edit forms in a desktop, and n...
Hi all,I have created a form that is filled by SAP Data Source. Form is created on Adobe Lifycycle Designer 9. Already tested and checked the form design on Version 11 ES3. Still weird. So here is what happens:So on an order print out, the Body page is mainly a table which contains the single line i...
I wrote this code for a check box object that, once clicked, will check other box objects at once:javascript, change:if (this.rawValue == 1) {S1.rawValue = 1;S2.rawValue = 1;}it works.Then I wanted to simplify the script by renaming my objects and tried this:if (this.rawValue ==1) {S[*].rawValue = 1...
Hi all,I am creating a form where the user can make multiple selection via checkbox's, and I am trying to have the selections entered into 1 text field.eg,checkbox1 = applecheckbox2 = orangecheckbox3 = pearif checkbox 1 and 2 are selected I want the text field to read "apple, orange"if all 3 are sel...
Hi ,I would like to use javascipt library like d3.js, chart.js to create a dynamic chart.Is it possible to do it in Adobe Livecycle?Any instruction involving this topic would be welcome.
I need to change a text-field on the masterpage:Formular1.#pageSet[0].Seite1.Schaltfläche1::click - (JavaScript, client)// what is wrong with this code?xfa.resolveNode("TestForm.#pageSet.Seite1.FP_Formular").rawValue="test"; //does not workFormular1.Masterseite.Seite1.FP_Formular.rawValue="Test"; //...
How do I select the boundItem of a dropdown object list based on the rawValue of another field?So if the rawValue of TextField1 = 1641how do I select the boundItem 1641 value of my dropdown using script?
I have adobe acrobat 9 that came with Adobe Livecycle Designer ES. I have created a form last week. Everytime I try to open the lifecycle form to make changes, the program crashes. I am using Windows 7. Any help would be greatly appreciated.