Hi,
I have found problems in managing the security rights in Acrobat Reader.
I added one text field and two buttons into my form:
- a text field named TextField;
- a button named ImportButton;
- another button named ExportButton.
Into ImportButton MouseUp event I have inserted:
xfa.host.importData("");
Into ExportButton MouseUp event I have inserted:
xfa.host.exportData("", 0);
I open this file with Adobe Acrobat Pro Extended 9 and I clicked on
[i]Advanced > Extend Features in Adobe Reader[/i]
and confirmed on [i]Save Now[/i].
Now, why if I open this file with Adobe Acrobat 9 Pro the buttons work correctly, but if I use Adobe Reader the ImportButton and ExportButton don't work?
Looking for information on the [url]acrobatusers.com[/url] I have found examples in pdf format where the Import and Export buttons work perfectly ([url=http://www.acrobatusers.com/gallery/forms_gallery/gallery_assets/forms0007/Andy_Meyers_hud1_forms.pdf]this[/url]).
What's wrong?
I tried also with the Trusted Functions, but nothing...
Any suggestion?
Thanks, Daniel
When you enable the form with Acrobat, the Import and Export form usage rights cannot be set, as they can be with LiveCycle Reader Extensions. The sample file you linked to appears to have been enabled using Acrobat. It does not have Import or Export form usage rights applied.
George