How can I combine 3 or more fields of text in a summary of editable text field?

I am stuck and don't know where to start. I'm self-taught using Adobe LiveCycle and have found many answers here in the forums and by trial and error.

I can't find or create the right java script or form calc to feed several text fields in a field.  My supervisor asked me to do it for the two sections of a form using Adobe LiveCycle Designer ES 8.2, I created.

(1) merge all 3 user entered text fields to a user editable, summary, text field the end of the form.

(2) merge all 24 entered by the user in the text fields to a user editable summary text field at the end of the form.

Since they are all individual text fields in response to various questions, I can't use the overall liaison function. I don't want the summary text field to replace the individual text fields.

Here's the java script I placed on the show: calculate * language: javascript Run: customer

(1) PDStrengthWeaknessComments.rawValue + '_' + OCStrengthWeaknessComments.rawValue + + ' _' CEBAStrengthWeaknessComments.rawValue;

Needless to say that these instructions do not work on my form. Someone with lots of experience or a degree in computer SCIENCE with kindness would help me?

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

If 'PDStrengthWeaknessComments' is on another page, the script might look like:

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

If you select global assessment and click in the script editor. Then highlight the PDStrengthWeaknessComments object. Click on the script editor once again to make sure it is active. Press and hold down the control key and move the mouse over the object PDStrengthWeaknessComments. The mouse turns into a 'V '. Right-click the function key which is held on the PDStrengthWeaknessComments object. LC designer inserts the correct reference in the script for you.

Finally, I would not use a sign less '-' in object names. It will be only to confuse LC Designer.

Niall

Tags: Adobe LiveCycle

Similar Questions

Maybe you are looking for