Expand my Community achievements bar.

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

  • 7/11/18
    I am designing a calculator for my job and I have already filled out the correct information as if the drop down menu was on "Office Space", however there are 4 or 5 more options that I want to add that would then add a multiplier into the boxes circled in the picture.  I have attached a screenshot ...

    Views

    889

    Likes

    0

    Replies

    1
  • 7/11/18
    [Moderator  moved from Adobe Experience Cloud to LiveCycle installation, configuration, deployment, and administration​.]My company purchased Adobe LiveCycle and the email I received says:"For Adobe LiveCycle  If you ordered an Adobe LiveCycle product that requires a digital certificate, download ...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 7/11/18
    HiI am using below code (from assure dynamics) to highlight field. This code highlights only one page of the form. I am trying to apply this code for my entire form that has 5 pages. One way may be to place this code in every page. I am trying to avoid it but can't getting there.// turn highlight on...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 7/10/18
    Another dropdown issue. I have selection choice result canceling themselves out?Is there a way to avoid this?DD1 is the dropdown menuTF(*) are just text fieldsIf(DD1.rawValue == "1"){TF1.presence = "visible"; TF2.presence = "visible"; TF3.presence = "visible";}else{TF1.presence = "hidden"; TF2.prese...

    Views

    2.2K

    Likes

    0

    Replies

    3
  • 7/10/18
    Can I reference another script object in a script object? All script objects would be under the same Variables hierarchy.I have a dropdown field.In the 'exit' event, the first reference:DropExit.Exit1(this);In the DropExit script object:function Exit1(current){if(Drop.rawValue =="1"){Color1.presence...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 7/9/18
    HiI created a form in livecycle designer for my company whre three department (accounting, sales and distribution) will fill data in the form. As my form has lots of text field, chk box and dropdown, I named all fields with a prefix for each department. For ex. Accounts dept. will fill data starts w...

    Views

    626

    Likes

    0

    Replies

    0
  • 7/8/18
    Hi,Hoping if someone can help:in formcalc how do i go about doing a sum if condition.In a table (created from xml output), if column value is greater than 30days from today sum the line total and display in another field at bottom.Thank you,Sujit

    Views

    625

    Likes

    0

    Replies

    0
  • 7/8/18
    Hi,Hoping if someone can help:in formcalc how do i go about doing a sum if condition. In a table (created from xml output), if column value is greater than 30days from today sum the line total and display in another field at bottom.Thank you,Sujit

    Views

    797

    Likes

    0

    Replies

    0
  • 7/6/18
    Hi, I have completed a new form that I am sending out to users, and the document variables seem to break after someone signs/saves the document. I have an email button to dynamically send the email based on the raw value of a specific field (EX: Supervisor Email), but it doesn't seem to work after t...

    Views

    6.9K

    Likes

    0

    Replies

    10
  • 7/6/18
    I have multiple dropdown menus, all have the same selection choices. All triggers the same visible/hidden presence event on the same objects.All objects default presence state is invisible.All Dropdown fields are all individually named.example:Dropdown 1selection 1 --> if (this.rawValue == "1") {tha...

    Views

    3.3K

    Likes

    0

    Replies

    4