Hello,
I'm working on a Pdf fillable form. I have two boxes that require the differences.
If "box F" is greater than "box A". Then subtract "box F" from "box A".
My excel formula is:
=IF($F$29>$A$22, $F$29-$A$22,0)
Does anyone know the formula for this in javascript?
Thanks
http://acrobatusers.com/tutorials/conditional-execution
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script