I have a field that uses FormCalc sum to add multiple fields. When a users enters a number into one of these fields and then clears it a 0 is left in the SUM total field. Is there anyway to make the SUM total field stay NULL?
var sum = Num1 + Num2if ( (Num1 + Num2) < 0) thensumelsenullendif
Thom Parker The source for PDF Scripting Info www.pdfscripting.com Very Important - How to Debug Your Script
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script