Hi Paul,
1st - If You can - send me the script. (wzawrockiATyahooDOTcom)
2nd request - I make a forms where end user has possibility to fill and print only - I want to give possibility for end users to save forms as non-fillable pdf (dont want to force them to print on paper and then scan).
I try to make this in file that You attach: Lock All Fields_Purchase Order.pdf but after I fill and lock - the document still can't be saved with changes.
I try my own way to print filled form on PDF Printer (PDFCreator 0.8.0) but result is: 1 blank page and on the second:
ERROR: undefined OFFENDING COMMAND: get STACK: /quit -dictionary- -mark Can You confirm is this script will work due to me needs? Or You have any other ideas how to do it to be easy to end user? Regards, Witek Z
The sample is attached in this thread ...there is no need to send it via email. Note that you must be in the Forum software to see the attachments, they will not be included in the email notifications.
If you fill the form online and try to save/print in Reader the data the user entered wil be dropped. If you want to have the data saved as well then you must Reader Extend the form.
Paul
I am not the individual you need to ask. When I created my form in Designer
8, it allowed me the option for 500 users to be able to save the completed
form and also print it. Paul can confirm this if I am correct. He was the
one in the forms that gave me the information, otherwise I am under the
impression you have to purchase a separate license for it.
Sorry, that's all I can tell you,
Bob
Hello! Is is possible to write a script which locks only the fields which are filled in? And then is possible to re-open the saved form and fill in the next series of "open" fields, and resave it again, locking any additional fields which have been filled in? I want my user to complete the form in three stages.
I'm not familiar with scripting.... is it possible to create a very simple pdf and send me a sample of locking some fields, but not others?
That would be very useful in applying the concept to another form. It's clearly a hurdle I need to master.... Thanks.
Actually, I have incorporate some scripting into my form, for example, creating popup messages with user instructions, automating some of the functions in text fields, setting up calculations, etc., so i'd like to give the locking forms scripting a try. Thanks!
It is very simple .....you have to decide when you want to lock the fields (click of a button, filling of a field ...) This is called an event. On the event that you want to code against you add the code to lock the fields that you want. Each field would have one line of code like this:
The name of your field.access = "readOnly";
So if you wanted to lock 7 fields there woudl be 7 statements (one for each field)
Hope that helps
Paul
My script is really a scripting object that gets called. It accepts an input parameter of the subform object you want to lock. I built it to pass form1 (which is the default root node for most forms). If yours is different then the calling scritp needs to be modified to call th esubform that you want to lock.
Paul
Hi Paul,
You are quite popular here! I too am trying to create a pdf that I can fill in a small set of fields, lock those fields, and then distribute the form to employees with the rest of the fields remaining fillable, which they will then return the form to me. I know this is possible, but I know absolutely nothing about scripting. I downloaded your sample, but was wondering if you had a sample with a script that only locks certain fields. If so, could you post thator email it to me?
Does this scenario also fall under the Extending license post earlier, where if they have Reader they will not be able to save and re-submit to me (most likely via email attachment). Is there a way that I could possibly include an email submit button, where they data is submitted to me, the form can't be saved, but I can use the form tracker in acrobat to organize the data myself?
thanks so much for your help!
R
The sample that I posted and that you are using is set up to use a scripting object. The scripting object will accept a parameter that tells it what to lock. In the sample I am passing the root subform (form1) which menas that we will lock the entire form. In your case you woudl wrap the fields that you want locked into a subform (name the subform) then pass that subform name in the call to the scripting object instead of the root name (form1). This will make the script lock the subform only and not the entire form. This technique will allow you to "break up" the form into distinct lockable parts and based on the passing of the name that you want to locl allow you to control what is locked and what is not.
Regrading your 2nd question, if you are sending back data files (xml data file) and not the full PDF file then you do not need Reader Extensions and you can include an email submot button to send back the info. If you want them to send you back the completed PDF as a PDF file then you will require Reader Extensions to accomplish that. You can Reader Extend the form through Acrobat Pro, but you are limited to distribute that form to 500 users (by license agreement). If you need more than 500 users then you must use the LiveCycle Reader Extensions Server to extend your file.
Hope that helps
Paul
Thank you for the help.
Paul, I'd be very interested in that code also. Can you email me the sample at sivretb@gmail.com
thank you
Bill
Sorry ..this one must have slipped through the cracks. I modified your form to add the code. There is a new scripting objct that actually locks the fields. It accepts a parameter that tells it what section to start locking the form. For this reason I wrapped all of the fields in a subform and passed that subform into the function. If you want to add anything to be locked to the form then make sure that it is inside of this subform.
Paul
Hi can I get a hold of the script to lock the form down. Can I do this in adobe Pro too? If possible can you email it to
tsubatak001@hawaii.rr.com.Hi Paul
I am interested in the script you have to lock the form. I did download the purchase order form , the only thing i do notice is that when i lock the form the e-mail button gets locked as well so i can't e-mail it, can this be changed so the form can still be e-mailed but still be non fillable ? E-mail address is windsurfer@execulink.com
Regards
Wil
Paul
I am intrested in the Script that you have written, JL_rhernandez@live.com.
Thank you very much.
Paul:
Sent an email but thought perhaps the proper thing to do was to post here.
I have the sample form with the lock all fields script you sent me a year ago. I just now have gotten LiveCycle Designer so am a complete novice. Would it be possible for you to walk me through what I need to do to implement the script from your sample to my document? Again, complete novice with little scripting experience, so I apologize.
Thank you, in advance, for any help and instruction you can give.
I replied to the email .....but I will do it here.
1. Copy the scripting object to your form.
2. Now you have to decide when yo want to run the lock code. Assume it is a button, on its click event you will want to run the script. To do that you need the name of th escripting object and the name of the function (LockAllFields) and also pass the name of the subform that you want to lock. Something lke this/
myScript.LoclAllFields("form1");
Give it a try and if you have issues post the form so we can wok from the same assets.
Paul
Hi,
Thanks for this fine piece of work!
I do have an issue, I have some very nice forms built and I have looked over your form. I don't know where to place the code though...I see you have a variable but I can't copy from your and paste it to mine. I can copy the lines of code from the script editor but I'm pretty much lost after this. I'm also in need of being able to lock the form then use my "save as" button and "print" button functionality. These both need to remain unlocked. I am willing to pay someone to assist me here providing this can be done. I was thinking it might be easier to "print" to the MS XPS driver to flatten the form but I don't know how to add a button to do this. I am unable to post my forms here due to confidentiality.
Your help and expertise is greatly appreciated Paul.
Thanks.
North America
Europe, Middle East and Africa
Asia Pacific