Answered
I have the following in a textfield on page 1 in the simplified field notation.
Text193+Text196+Text199+Text201-Text211-Text214-1Text221
1Text221 refers to a txtfield on page 3 of the same pdf file.
For the life of me I cant get it to work with the 1Text221 added on..
Any ideas???
If it still doesn't work, use this as your custom calculation code:
event.value = this.getField("Text193").value + this.getField("Text196").value + this.getField("Text199").value + this.getField("Text201").value - this.getField("Text211").value - this.getField("Text214").value - this.getField("1Text221").value;
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com