Hello DBC,The rawValue of a checkbox refers to it's state and thus is a number, so it's rawValue is 1 if the checkbox is checked, 0 if it is unchecked and 2 if it is neutral.Take a look at this example i made for you, based on what I understood you need.Specially look in the change event of the chec...
Hello,How can I break the for loop if all the checkboxes (A,B,C) from all the rows (Row1[*]) are unchecked?The below code is in the click event of a button and it shows the message box for all the number of rows and is not working the way I want.Thanks.var nods = xfa.resolveNodes("pctA.A.Row1[*].Q")...
Hello,You could also try (with no script), if the field is a text field, go to object, filed and patterns, there on the display tab check "allow empty" and insert your explanation text in the enabled field.
Hi Bruce,How can you modify the script so that the calculation works as follows:For example the date:09.03.2016 + 1 day should return 09.03.201609.03.2016 + 3 days should return 11.03.201609.03.2016 + 5 days should return 15.03.2016The script above is OK for me but always the result should be minus ...
Hello,I opened your form and the HeaderRow of some tables is set to "Repeat", so you should open the form and select the table HeaderRow from Hierarchy and go to Object and in the Binding Tab uncheck Repeat Row for Each Data Item.That should solve your problem.Please let us know if you managed to so...