Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/5/18
    Hello,I made my first steps with LiveCycle Designer ES2 and tried to create a form containing some tables and nested tables. In the "standard" tables I managed to add lines using Java Script in this way: Formular1.TF_Liste.tbl_Listendaten.Zeile1.formAddRem.btnAdd::click - (JavaScript, client)rowNum ...

    Views

    3.4K

    Like

    1

    Replies

    6
  • 4/4/18
    I want to change the font color in a dynamic table based on a dropdown.  The code I have only works for the cell.  I would like the font for the entire row to change.DropDownList1 - Change event:if (xfa.event.newText == "Completed"){this.font.fill.color.value = "255,0,0";} else if (xfa.event.newText...

    Views

    685

    Likes

    0

    Replies

    1
  • 4/4/18
    Hi All.In my form when user fill the form the textField get some value. Then user save the form. Then form saved and closed. Based on value of textField I would like to open form with according layout.What event I must to use if I have some conditions:if textField1==3 then I would like to show only ...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 4/2/18
    HiI am using below formcalc script to count weekdays in "Days" field.var fromDate = Start_Date1var toDate = End_Date1if ( HasValue(fromDate) & HasValue(toDate) ) then          var fromDateAsNum = Date2Num(fromDate, "YYYY-MM-DD", "en_IE")          var toDateAsNum = Date2Num(toDate, "YYYY-MM-DD", "en_...

    Views

    1.9K

    Likes

    0

    Replies

    7
  • 4/1/18
    I've a tricky problem that I'm unable to find a solution to online.I've built an expanding table (using action builder) and within the first two columns of row1 I've set drop down boxes.Data Set selectionSelect item from Data SetDrop down box 1Drop down box 2+ / - (add remove rows)The first drop dow...

    Views

    648

    Likes

    0

    Replies

    1
  • 4/1/18
    I have a PDF document that includes multiple documents. Every document needs to be able to start at the top of the page even if the previous page has the flowing fields that expand and increase the number of pages. Each one has to be independently numbered on its own. First 6 pages are already numbe...

    Views

    2.0K

    Likes

    0

    Replies

    7
  • 3/30/18
    I have an expanding table.  I have an Add Row button below the table and a Checkbox at the end of each row that will hide that row.  I need a button that will Show All Hidden Rows and another button to Hide All Hidden Rows.  This is working only on the first row of the table and not on any additiona...

    Views

    3.7K

    Likes

    0

    Replies

    7
  • 3/27/18
    Hi All.Ordinary drop-down list has 2 columns (Value and Text). My question is. Is possible create Drop-down list with more than 2 columns list? For instance, Value and some Text columns. If yes. How to create it?Thanks.

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 3/26/18
    Hi,   I have created a fillable pdf which includes a variety of fields including a signature box.   When I export and email the pdf,  all of the other fields are fillable however the signature box does not even show let alone allow someone to leave their initials or signature (doesnt necessarily nee...

    Views

    764

    Likes

    0

    Replies

    1
  • 3/26/18
    Hello everyone, I need a bit of advice.  I have a flowed form,   and I have placed rectangles on the far left as place holders (as margins)  in front of text fields.  This works great, except when one of these text fields flow on to the next page, the rectangles then move to the far right, and my te...

    Views

    450

    Likes

    0

    Replies

    1