Answered
Hi,
I am trying to figure out how to accomplish the following:
Design a form with 3 fields where each needs to be locked by a different department as they add content and pass the form forward to the next department.
I can't figure out how to do that after the form is given Acrobat Reader rights.
Would each department need to have a copy of Adobe Acrobat Professional in order to accomplish this?
Could it be done programmatically?
Thank you in advance,
FayeC
The simplest way to lock a field is to make it read only. Like this
this.getField("MyFld").readonly = true;
Here's an article on creating disabled fields. This could be a way for you to do this.
http://www.acrobatusers.com/tutorials/2007/js_disabling_fields/
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script