Export multiple values from a single Combo Box? (Adobe Acrobat)
Posted
by metashockwave
on Stack Overflow
See other posts from Stack Overflow
or by metashockwave
Published on 2009-08-08T17:09:16Z
Indexed on
2010/03/22
0:51 UTC
Read the original article
Hit count: 405
I'm trying to export 2 values from every single item from the combo box field.
I have found two methods to insert items into a combo box:
1) insertItemAt
http://www.verypdf.com/document/acrobat-forms-javascript/pg_0048.htm
2) setItems
but neither method allows two parameters (im always get "missing ) after argument list" error from the Acrobat JavaScript Debugger)
Does anyone know of a better solution for this problem? Thanks!
© Stack Overflow or respective owner