The forms at [link=http://doit.missouri.edu/software/sales/autocad.pdf]http://doit.missouri.edu/software/sales/autocad.pdf[/link] I want to calculate for every CPU entered add a value. Here is a very similar script from the attached PDF Think I can use. I changed NumericField1 to CPU
var fields = xfa.resolveNodes("CPU [*]");
var total = 0;
for (var i=0; i
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script