- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
No that is not how it works. If you are developing your form in LC Designer, then it is an XFA Form inside a PDF wrapper. To the user the XFA Form opens up in Acrobat/Reader and they do not see any difference from a native PDF. But from a developer's point of view an XFA Form is completely different from an AcroForm.
this.getField() is an AcroForm method that will not work in script in an XFA Form. The equivalent would be:
ButtonName.access = "readOnly";
Hope that helps,
Niall
Views
Replies
0 Likes
Total Likes