Answered
Product: acrobat 9 pro extended
OS vista business
I have a time sheet that totals hours in a box called alltotal1
i would like a simplified field notation or javascript for an field titled: overtime1
the overtime 1 field should return overtime hours, in example: if alltotal1 has a value of 43, overtime1 should read “3” if alltotal1 has a value of 38 overtime1 should read 0 (it currently reads -2 because I have alltotal1-40 in simp field notation).
Can anyone help me out on this one? Any suggestions would be appreciated
You can use the custom validation script to control the value of the field and use Acrobat JavaScript. Or you can write a custom calculation script in Acrobat JavaScript.
George Kaiser