Hello,
I am trying to export with the use of a button XML as XFDF so that I can run VB in Outlook to re-populate a pdf as a static version.
I have a folder level script written as such:
app.addMenuItem({cName:"ExportXFDF", cParent:"Help",
app.beginPriv();
function this.exportASXFDF(c/documents and settings/ADVO
Associate/Desktop);
app.endPriv();
}
);
And a button on my form with an click event : this.exportAsXFDF();
Can't get it to fired, was wondering where I went wrong.
Joe
But, you can export data using the method xfa.host.exportData()
Filetype is XML or XDP (XDP only available if form is signed).
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs