I've played around with a few different scenarios and able to achieve parts of the solution, but not there fully.Whenever I use.....xfa.host.resetData("xfa.form.form1..."); ...it only resets the fields in the 1st instance of the repeating subform. So if I have 3 instances, it only resets instance 1....
I am sending a form as an XDP via HTTP Submit. The HTTP endpoint is returning another XDP to merge into the document. I would like to make some modifications to the Connection DOM before the data is merged into the form. I would like to do this through the postSubmit event. The problem I am having i...
Hi, I've been using choice subforms for some weeks, so far they worked like a charm.Now, I need to show subforms (or not), using a difference approach, according the following (new, for me) criteria:I got this xml:<root> <account> <productType>1</productType> ...
Hello,I'm wondering about the fact that it seems not able to return a new object from an existing script object into a LiveCycle Designer Field.Let's say we have follwing situation:1. A Script object named "LcdObjects" with an object "Field":function Field(som) { this.som = som; this.hideField = fu...
I am trying to hide only the repeating table sections ("ActionItemsGrp") that have a date entered in the "ClosedDate" date field when a button is clicked. This is the code I have been trying to get to work:This is my form hierarchy:Can't figure out what is wrong with the script.
Looking for a solution to copy specific data from an Inspection table (which has a fixed/pre-determined number of rows) to 1 of 2 Summary table (A or B).Think of it as Inspection Form:Each row in the Inspection table with have an inspected item field [Topic] and and a drop-down to indicate whether o...
I am an assistant in an office where we will be using Adobe Forms to initiate the start of a project. My bosses are to save their form in a corresponding folder, then "submit" the form to me to alert me to continue with project initiation.My question is: Is there away to, in the body of the email, ...
Hi All,I know how to get and set a field's caption, name & tool tip but I was wondering is there a way to set and or get whats in the custom screen reader text.I want to do this javascript for example for tooltip its fieldname.assist.toolTip.valueThanksBrad
HelloI have placed a TIME field on the Header part, I also placed a PATTERN (all 4, like Display, Edit, Validation, Data) as HH:MM:SS and checked the check box of VALIDATION ERROR with my own text message as "Either entered time is invalid or wrong format, pls. fix it", well.We have 5 pages form.Now...