Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/11/17
    Hello,I have created a layout that has a table within a subform in the main section of the layout. This table will load entries and expand based on how many entries are found. There is then a signature section located under the table subform. If too many entries are found everything will push to the...

    Views

    3.7K

    Like

    1

    Replies

    5
  • 9/8/17
    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...

    Views

    2.6K

    Likes

    0

    Replies

    3
  • 9/5/17
    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...

    Views

    908

    Likes

    0

    Replies

    1
  • 9/5/17
    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...

    Views

    13.8K

    Likes

    0

    Replies

    6
  • 9/2/17
    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...

    Views

    3.7K

    Likes

    0

    Replies

    1
  • 9/1/17
    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...

    Views

    2.2K

    Likes

    0

    Replies

    3
  • 9/1/17
    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...

    Views

    2.2K

    Likes

    0

    Replies

    6
  • 8/29/17
    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.

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 8/22/17
    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"; //...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 8/18/17
    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?

    Views

    9.1K

    Likes

    0

    Replies

    11