I am doing some basic sums in PDF Forms using Javascript and XML. The form is 4 pages long, and I can't get the sum fields on page 4 to reference cells on page 1. Here is one of my sum scripts:
<calculate>
<script contentType="ap plication/x-javascript">thi s.rawValue = II_TOTAL_REV_c. rawValue + II_6_c.rawValue + II_7_c.rawValue + II_8_c.rawValue + II_9_c.rawValue - II_10_c.rawValu e;</script>
</calculate>
The sum field continues to read "0.00" even when data is entered into the reference cells
<calculate>
<script contentType="ap plication/x-javascript">thi s.rawValue = II_TOTAL_REV_c. rawValue + II_6_c.rawValue + II_7_c.rawValue + II_8_c.rawValue + II_9_c.rawValue - II_10_c.rawValu e;</script>
</calculate>
The sum field continues to read "0.00" even when data is entered into the reference cells
Comment