Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/10/16
    We have now tried for some time to make expandable forms with livecycle, and now that we have made one, we can't seem to send the form to others who can fill it out and save it as a new file.Is there something we need to enable or something else?

    Views

    611

    Likes

    0

    Replies

    1
  • 8/10/16
    Hello,I need to loop trough an xml file and look for a certain fieldname(otherAddresses). There are about 6 fields named otherAddresses and each of them has a field named "PublishingTypeID". Now, depending on the value of PublishingTypeID, I have to select that specific OtherAddresses field and get ...

    Views

    913

    Like

    1

    Replies

    0
  • 8/9/16
    Hey Everyone,I have a dynamic form with a lot of dependencies and actions, etc., and am wondering if there is a way to change the visibility of a subform from "Visible (screen only)" to "Visible" when a user inserts an image in an image field contained in that subform?I'm not good at javascript, so ...

    Views

    724

    Likes

    0

    Replies

    0
  • 8/9/16
    in a table, there are 4 columns, several rows.The tab cursor navigates from column 1 to 4 of any row, and when it reaches the next row, all fields are empty, then it'll alert error to remind user to fill in this row.To know whether it's in current or next row, I'm thinking of using getFocus() (as op...

    Views

    738

    Likes

    0

    Replies

    0
  • 8/8/16
    Is there a method, either in javascript or formcalc, for counting duplicate values from across a given repeating field.  AnI know this simple code generates a count of all non-null values.  Any help is greatly appreciated.$ = Count(PBE.Page2.SubFormEcho.SubformCharlie.TableA.RowX[*].DateTimeField1)

    Views

    741

    Likes

    0

    Replies

    0
  • 8/8/16
    I have a form that has a repeat section, inside that is a row that has fields, one of the fields is a drop-down list.  due to the size a list box would not be feasible.  I have worked with drop-down list that have allowed more than one option to be selected.  I tried this: topmostSubform.Page1.#sub...

    Views

    864

    Likes

    0

    Replies

    0
  • 8/8/16
    Have a dynamic table and am trying to validate the current row's date field (DateTimeField1 for i) against the previous row's date field (DateTimeField2 for i-1) and an event start date with a fixed field (PStart_Date).  var rowCountY = this.resolveNodes("RowX[*]");for (var i=0; i < rowCountY.length...

    Views

    737

    Likes

    0

    Replies

    0
  • 8/8/16
    Hi experts,how do we calculate a sum of a column in a table of adobe life cycle designerThanks,Sundar.

    Views

    829

    Likes

    0

    Replies

    1
  • 8/5/16
    I have a script on the change event that allows only numbers 1 to 100 and the values a,b,c,d,e,r,i,n. I also want to allow the "-" and "+" entries in the field.The script below works for the entries, with the exception of the "+" character. How do i change the script so that the field allows an entr...

    Views

    611

    Likes

    0

    Replies

    0
  • 8/5/16
    Hello!I am trying to set the value of a textbox from a Folder-Level javascript but the value does not change on the textbox.I am able to get the current value but unable to change the value.This works when I run it from livecycle but not from Folder-Level.function Test(){     var txtResultField = th...

    Views

    622

    Likes

    0

    Replies

    1