Answered
see response below you can read my original post more easily instead of down the right hand column side
mike
see response below you can read my original post more easily instead of down the right hand column side
mike
this.collection.fields.toSource();
However i got an error when trying his answer (see below)
I have a 10 page from that has about 100 radio buttons (yes/no) in it. After someone submits the form and I open my response portfolio the only columns/fields I want to see is the name, date, age and exclude all the radio buttons. Can you set an option LC ES before you distribute the form?
I have found I can do this within the portfolio pdf, but only going to modify---view-then unchecking what I do not want to see…………BUT it is ONLY one at a time. If there is another way of doing it LET ME KNOW!!
Thanks
mike
The response file is a collection. But unfortunately it can't be edited, at least not easily. You can remove a column with a script run in the console window.
this.collection.removeField("FieldName");
The field name is typically the name displayed at the top of the column.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
The JavaScript Console Window (Video tutorial)
Thom
Being that i am a very beginer at java script. I got an error that this.collection is undefined
is this suposed to be the name of the response PDF?
Also is thier a way to hide the From and Recieved Date columns
thanks
mike
TypeError: this.collection is undefined
1:XFA:form1[0]:#subform[0]:App_City[0]:initialize
TypeError: this.collection is undefined
1:XFA:form1[0]:#subform[0]:App_State[0]:initialize
TypeError: this.collection is undefined
1:XFA:form1[0]:#subform[0]:App_Zip[0]:initialize
TypeError: this.collection is undefined
mikruzo