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

Popular posts from this blog

How to set the order of FAQs instead of alphabetical

Thread: Get UK Keyboard working

how do I change the e-mail address for my merchant account