These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Export Script not working

djfixxx
Registered: Mar 22 2007
Posts: 111

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;

It professional, networking, technical, graphical, imaging, froms.

My Product Information:
Acrobat Pro 8.0999999999999996447286321199499070644378662109375, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Is there an error message in the console window?
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