I currently have the following formcalc code in place that adds a number of days (based on a different calculation 'TotalDays' field) to a date, but would like for the new date calculation to include only weekdays. Is there a way to do this? var begindate=Date2Num(xfa.resolveNode("SecB\.Date\.4"), ...
Does anyone have a LiveCycle form count up timer example they can share? The timer needs to have a start and stop buton and a reset/clear button.I have seen an example in an Acrobat form but do not know how to create one in LiveCycle.Thank you
Is there a way to make a calculation of two fields not calculate until the 3rd field is reached. I have a calculation that takes (field1/field2)*100. Once the user puts in field1, it throws a script error, which is annoying. Anyway around this???Thanks for your help.
Hi - I'm a newbie to LiveCycle Designer and only have limited knowledge of coding.I have a form that is used to determine cost based on the age. I am unable to get the FormCalc syntax to operate properly.This is what I have so far:var ARatevar costif ( not VolEEAmount.isNull ) then if ( Invisib...
I have two table rows (row 2 and 3) combined as a section. When I use the following script, LiveCycle only creates a new instance of row 3 instead of creating a new instance of the section (both rows 2 and 3). What am i doing wrong? (The section is named 'ActionItem1 in Table1) this.resolveNode('Tab...
I'm not experienced here, so I'm asking for help.What expression would I use if I wanted to take $6525 and round it to the highest hundredth (6600), divide the result by 100, then times that result by 2.19 (result is 144.54)?I've looked at Round, but doesn't it only work with decimals?Any help would...
If "age" is greater than 17 and "relationship" is also one of several other options such as son or daughter, i would like a subform to appear. java or formcalc will be fine. Thanks for any help.
I have 4 subforms wrapped in another subform that is set to "flowed". For practicality, I will call the contained subforms A, B, C and D. Within "A" are several checkboxes, "B", "C" and "D" are on top of each other and are set to "hidden". For the corresponding checkbox I have the following code in ...
Is there a way to allow the user to input their phone number how they see fit and have it format it once it has been entered to your specs? For example, the user could input any of the following: 5555555555 555-555-5555 555.555.5555 (555) 555-5555 (555) 555.5555And it would forma...
Still having trouble with this same form...I have a button that adds a subform as well as a row to a table (the table is in a different subform. I want the information that the user enters into the subform to populate into the table rows. I'm on my 3rd day of trying to figure it out and my third s...