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 <= ...
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 ...
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...
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...
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?
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
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
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...