Expand my Community achievements bar.

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

  • 3/22/13
    I am looking for help with an IF statement that looks at value ranges and performs a sum based on what it finds.I am using LC D 8, script is running on FormCalc - Client side - Calculate event. Numericfield1 is a user entered value.I currently have (which doesn't work):if ( numericfield1 >= 1000 <= ...

    Views

    1.7K

    Likes

    0

    Replies

    6
  • 3/21/13
    Using FormCalc I'm getting an accessor unknown error using xfa.form.recalculate(1). Error: accessor 'xfa.form.recalculate("1")' is unknown.If I take it out of the statement I have it in it and slap it on a button it works.Statement it is in:var vIndex = $.parent.parent.indexif (vIndex > 0) then     ...

    Views

    2.2K

    Likes

    0

    Replies

    6
  • 3/21/13
    Using LiveCycle Designer ES3.I have a form created that the user enters client information in, once that info is entered I am trying to get a contract to populate on the following page.These are the text field names on page 1:rsalutationrfirstnamerlastnameOn page 2:Here is what I have now that is cu...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/21/13
    I am trying to write an if statement that involves and or conditions.if (object1.rawValue !== null  &&  object2.presence == "visible" || object3.rawVaule == "Yes"){     Do the following...}The script above is not working. I want the script to fire if object1 is not blank and either object2 is visibl...

    Views

    993

    Likes

    0

    Replies

    3
  • 3/20/13
    I Placed a button on a form called "Clear Form" Now what do I do to reset the form when clicked?  Can I also add a "Are you sure message" with another ok button?

    Views

    6.7K

    Likes

    0

    Replies

    5
  • 3/20/13
    I want to take the results of Page8.Table6.Row25.GrandTotal and display the result as read only in Page2.Table2.Row12.GrandTotal. How do I do this?Thank you in advance for your time and expertise.Darrell

    Views

    2.1K

    Likes

    0

    Replies

    7
  • 3/20/13
    The order in the tab order pane doesn't match the left reveal order number, is this a bug?

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 3/20/13
    Is it possible after you click on two buttons, a subform to become visible?the buttons on click event provide some calculationsThank you

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 3/20/13
    Hi,i am trying to add subform using instanceManger.addInstance(true); on a button click event. But subform/instance is not getting added.I have created a POC sample and attaching an screenshot. Please let me knwo the issue why i am not able to add subform.regardsSunil

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 3/20/13
    I have a subform named "QAN" that is hidden until the user clicks a radio button. If this subform is visible when the user clicks a custom e-mail button, I want to write a script that checks to see if the QAN subform is visible. I used the following with no success:if (this.resolveNode("QAN").presen...

    Views

    1.4K

    Likes

    0

    Replies

    6