Created a form (using LiveCycle Designer) for lab workers to record their results (using Reader).
I've extended permissions for saving, etc., using Acrobat.)
Once they make their record, they should not be making any changes to it. I want to somehow
have the field lock itself once their data is input. I have Add row buttons which I would want to
have the same function of being locked.
It's not the complete form doc I want locked, as after the workers complete their data input
(which is what I want locked) the administrators need to verify and fill in other fields which I
also want to lock.
I've been researching this and have found things like a signature field to lock it but I don't think
that is secure enough.
I am open to trying anything; Know however that I am not a programmer but have been using javascript in LCD.
Thank you!
MyField.access= "readOnly";
and
MyField.access= "open";
You'll need to pick some unique action to drive your scripts for enabling and disabling the form. You could have buttons for this that show/hide based on whether the user in in Reader/Professional. But you need to have some way of determining the status of the person using the form and controling the workflow.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script