Overriding Auto Calculation on a PDF Form
acrobat xi
i have text box displays result of simple calculation. value displayed in visible editable box used later calculations.
i curious if setting or script can used override calculation, should user enter alternate value in box?
if how?
thank time.
you move calculation custom 'format' script (if using simplified notation calculation, you'll have convert javascript):
if (event.value == '') {
// calculation here...
event.value = yourcalculatedvalue
}
if entered value empty, use calculation, if there value, override calculation.
More discussions in PDF Forms
adobe
Comments
Post a Comment