These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

SUM Script

miagd
Registered: Nov 7 2007
Posts: 6

Can you help with a simple JS or FormCalc script to add the SUM of 3 cells (in Designer)?
 
Sum(FieldText21, FieldText23,FieldText25) - Not working.

My Product Information:
LiveCycle Designer, Windows
pddesigner
Registered: Jul 9 2006
Posts: 858
Try this Calculate script with FormCalc:

All on one line in the Script editor.

NumericField3.rawValue = NumericField1.rawValue + NumericField2.rawValue;

My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.

miagd
Registered: Nov 7 2007
Posts: 6
Thanks for your time Eugene, although it did not work. I've decided to create the form in excel and utilize the calculation windows Acrobat (to bypass Designer).