Answered
I have a PDF I just wrote (started from scratch) and opened it in LiveCycle 8.0. I added a button that would this.submitForm and another that would this.closeDoc. Upon opening the document in Acrobat and enabling the JS debugger, it tells me closeDoc is not a function. Same for submitForm.
What step am I missing to get simple JS to work?
Thanks much!
Jason
this.closeDoc();
You may have some to build a trusted function to get this work and the closeDoc() function will not work in the Acrobat/Reader web plugin.
George Kaiser