Hi everybody,
I'm trying to build a form with custom submit and reset buttons, where 'submit' is supposed to set all editable fields to readOnly. One of the fields that needs to become readOnly is a 'form number' field on the master page.
The script I wrote works on all the fields in the form design, but not on the field on the master page.
Is this just not doable or am I doing it wrong?
I added the master page field to the script by control clicking over it, so it looks like this:
xfa.resolveNode("#pageSet.Page1.formNumber").access = "readOnly"
Do I need to change the reference somehow?
Thanks,
Zeynep
where u r writing this code for the submit button u mentioned and in the click event of it?
if so it is correct and i checked your code and it works for me.
Thanks,
Madhu.