
Adding export Values.
I am using numeric values in check boxes and want to add them and then divide by and I forgot the java code and can't seem to get it right.
My Product Information:
Acrobat Pro 8.1 / Windows
Offline

Set the export value for each check box.
Add a text field that is hidden, formated for numbers and will sum the totals of the check box values.
Add a second text field and enter a custom calculation script.
var t = this.getField("Sum");
Note: Sum is the value in the hidden text field.
event.value = t.value /2;
Substitute the 2 for the divisor you'll use.
Offline

thanks i'll give it a try
Offline
AcrobatUsers.com >> User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in