Hello!
I've scratching my head with this problem for a while: I have this form that must be sent by e-mail with some of the fields locked (read only).
So what I'm doing is setting this BEFORE I e-mail the form:
fieldName.access = "readOnly";
app.execMenuItem("SaveAs");
However, the form always arrives at its destination with the field unlocked and ready for editing.
Am I missing something?
Thank you for any ideas!
Marcos