Avatar

Correct answer by
Level 10

I suspect that you don't have the correct object references in the script.

If "PDStrengthWeaknessComments" is on a different page, then the script may look like:

this.rawValue = page1.mySubform.PDStrengthWeaknessComments.rawValue +...

If you select the overall assessment object and click into the script editor. Then scroll to the PDStrengthWeaknessComments object. Click the script editor again to make sure it is active. Then press and hold the Control key and hover the mouse over the PDStrengthWeaknessComments object. The mouse will change into a 'V'. With the Control key held, click the PDStrengthWeaknessComments object. LC Designer will insert the correct reference into the script for you.

Lastly, I would not use a minus sign "-" in object names. It will only confuse LC Designer.

Niall

View solution in original post