Hi All,My form has seen a lot of edits over the last few months, and at some point, the 'page' (JHA) moved outside the margins of the content area, and I can't figure out how to move it back. I'm using ES4, all software updates completed about a month ago. Here is a screenshot to show what I mean:Th...
I am creating an application in Livecycle that has sections conditionally switching between 'hidden' and 'visible' as well as a large number of radio buttons and textfields that need to be filled out. I am currently trying to write a script for the preSave event that will check if the fields are emp...
Hi guys,I really have some problems with LCD and Javascript. I need three functions which I don't know to use without JS. So I tried JS but it didn't work, too Maybe someone can help me with these (or at least one) of the following problems:Start paramenters: PDF file exported from InDesign (IDML ->...
Hi, I'm building an application using Adobe Livecycle and I'm a bit new to it. If you are using radio buttons for 'yes' or 'no' questions and, whichever one you select affects the next questions to be visible or hidden, but the next questions contains radio buttons. How do you get the second set of ...
I have a performance appraisal form that has about 50 questions that can be rated as exceeds, meets, or improvement needed. I would like to assign a value to each radio button and have a numeric field at the end that calculates a total score. Any suggestions? I havent been able to get it to work so ...
I am new to LiveCycle Designer and trying to create a flow form with an expandable text object, but when I set it up it is not working. I have subforms set to positioned and the main set to flowed. I've watched several videos and still stuck! Please help.
Hi all thanks for your time.I have a drop-down called "drp_names" in a dynamic table that the rows can repeat on clicking button, table SOM named "Body.Table1.Row1". what I want to do is how to delete the selected item in the first row to not let it appear on the drop-down in the second row. thanks ...
I'm very new to Javascripts and Livecycle,I have 4 fields (field1.rawValue, field2.rawValue, field3.rawValue & field4.rawValue wrapped in Subform1. I'm attempting to sum values entered in fields 1, 2, & 3 into field 4 with the following script.var myFields = field1.field2.field3.resolveNodes("Subfo...
I am using the below code to sum a dynamic table. Each time I add a second "Table1.Row1" row, and select the value that would render countU ==0 true, the Livecycle form will not re-calcuate the query correctly unless I re-select the first row "Table1.Row1" countU value. In other words, the dynamic...