Do you mean that you want to display the selected values in a text box, or something like that? It's possible, but the problem is the value only updates when you exit the list box. You can use something like this as the custom calculation code of a text box:
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
Okay, that worked beautifully. However, can that script be adjusted so the selected items can be stacked in the text box, as opposed to a string, seperated by commas.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
It's possible, but the problem is the value only updates when you exit the list box. You can use something like this as the custom calculation code of a text box:
event.value = getField("List Box1").value.toString()
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com