Since updating to Acrobat 8.1 pro, this script seems to fail exporting these values from a combo box named rating
Role Model
Superior
Exceeds or Achieves
Needs Improvement
event.value = this.getField("rating").value;
Since updating to Acrobat 8.1 pro, this script seems to fail exporting these values from a combo box named rating
Role Model
Superior
Exceeds or Achieves
Needs Improvement
event.value = this.getField("rating").value;
What event is this code in?
Does the list contain export values for the entries?
What value does this code return?
this.getField("rating").value;
Please put the answers to the questions in a new post
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script