The form readOnly access property is not retained after saving it.

Hi all,
I had a form that I created in Acrobat and further added some features using LiveCycle. Pressing a button on the form was making it readOnly.
By saving it in Acrobat with proper rights, in Reader, I was able to fill the form, make it readOnly and save it.
This was working fine until I decided to make some modification to it in LiveCycle. I did that and again saved in Acrobat with proper rights.
Now in Reader, I'm able to fill it, make it readOnly and save it but next time that I open the form in the Reader, it's not readOnly anymore.
As you see it was possible first and then got broken. I have no clue why the form does not save the readOnly access property.
It becomes readOnly when I press the button and stays like that until I close it, though.
Any help would be highly appreciated,
Cheers,
Kamil
Acrobat Pro X
LiveCycle ES2
Win XP SP3

Open the form in Designer, under the File/Form Properties/Defaults menu option make sure the preserve scripting changes radio button is set to Automatic.
Save the file and try it again.
Paul

Similar Messages

  • I am trying to softproof an image using a CMYK .icc file. I sent an image from LR 5 to PS CC 2014, opened the Camera Raw FIlter, but the hyperlink to access workflow is not showing up in the CR dialogue box... Any ideas why this might be?

    I am trying to softproof an image using a CMYK .icc file. I sent an image from LR 5 to PS CC 2014, opened the Camera Raw FIlter, but the hyperlink to access workflow is not showing up in the CR dialogue box... Any ideas why this might be?

    I am trying to softproof an image using a CMYK .icc file. I sent an image from LR 5 to PS CC 2014, opened the Camera Raw FIlter, but the hyperlink to access workflow is not showing up in the CR dialogue box... Any ideas why this might be?

  • The form field arguments.image did not contain a file.

    Hi there,
    I'm getting a strange error with a simple file upload and I
    can't figure it out for the life of me. It's odd, because old code
    I have written before has worked fine in this area, and I really
    honestly can't see where I am going wrong.
    First the error:
    The form field arguments.image did not contain a file.
    The error occurred in
    C:\ColdFusion8\wwwroot\red_roof_rentals\components\query.cfc: line
    37
    35 :
    36 : <!---<cftry>--->
    37 : <cffile action="upload"
    accept="image/jpg,image/jpeg,image/gif" filefield="arguments.image"
    nameconflict="overwrite"
    destination="#getDirectoryFromPath(getBaseTemplatePath())#\properties\">
    38 : <cfset variables.image = "#file.ServerFile#" />
    39 : <cfset variables.thumb = "thumb_#file.ServerFile#"
    />
    I have researched this and found other people have had the
    same problem - although please be aware that I do not beleive this
    to be an issue with whatever version of CF I am running. I have
    still not found an answer.
    I have one template with my form called
    "admin_create_property.cfm". When the form posts it invokes a CFC
    method that uploads the file and inserts stuff into the database.
    However, it dies at the file upload part with that bizzarre error.
    There are only two files working in this:
    admin_create_property.cfm
    query.cfc
    I will write the code out for these so you can see. Please
    see attached code. Please note that I have taken out as much
    irrelevant code as possible (html, doctypes etc etc).
    Any help with this would be greatly appreciated as I am
    absolutley stumped to be quite honest. I've heard people say it
    could be any of the following:
    1 - Need to use enctype="multipart/form-data" - which I DO
    2 - cffile filefield can't contain ## - which it DOESN'T
    3 - Inut type must be file - which it clearly is.
    Please please help, I feel stupid asking about this but I
    need you guys more than ever!
    Kind regards and thanks in advance,
    Mikey.

    I don't get what you mean as this is what I am doing.
    <cfinvokeargument name="image" value="#form.image#" />
    This takes the value of the image file field and passes it to
    the CFC as an argument.
    Am I doing something wrong with this? Sorry for my
    stupidness!
    Thanks for you help, further assistance would be greatly
    appreciated.
    EDIT: Interestingly enough, if I just use the tag on my
    "admin_create_property.cfm" page instead of using the CFC method
    like this...
    <cffile action="upload"
    accept="image/jpg,image/jpeg,image/gif" filefield="form.image"
    nameconflict="overwrite"
    destination="#getDirectoryFromPath(getBaseTemplatePath())#\properties\">
    It seems to upload the image just fine. Why then would this
    not work if all I am doing is simply passing to the CFC the value
    of the "form.image" as an argument so that the file upload can
    happen in my CFC instead of in the calling template??!
    It's really bizzarre.
    Mikey.

  • Making the form Readonly in subsequent stages in a process

    Hi all,
    I have a situation where we want to make the form readonly in subsequent stages.Let me put it this way-
    In my process the user1 will fill the form and hit on complete button. the user2 opens the form but the form should be readonly to the user2. He should have a action button at the button called Edit and when hits on the action the same form pops up and the fields are enabled and he can make modifications.
    Th form goes to User3 and the form should be again readonly with same edit button and the form pops up and he can make modifications...
    how can this be achieved?
    Please help me with this.
    Thanks in advance.

    BPM User
    The way I usually tackle state changes for a form across multiple user steps is by having a hidden text field on my form called txtStep. In my process, I then stuff this field with an appropriate value using a SetValue operation. In the form, I have code that is called on the form's initialize event that checks to see what value is in that text field. Depending on what the value is in that field, I change the form appropriately.
    For example, just prior to your second user step you could use a SetValue to set the value of this text field to the string "user2". In your form's initialize event (pick any one - such as a page's initialize event), check to see what the value is. If the value is "user2" then you know to lock down the form but have the "Edit" button displayed to the user.
    Feel free to email me if you have any questions.
    Josh Boyle
    Cardinal Solutions Group
    [email protected]

  • AM is not retained after deployed the custom pages

    Hi,
    I have two custom pages, Create(page1) and Select Jobs(page2) pages.
    In Create page I've a button called Populate Jobs, Once I click the populate jobs button it will navigate to another page. In page2 I'll select list of jobs using multiple selection.
    Once multiple jobs selected I'm validating those jobs(lines) already added to the page1 when click submit button (available in page2).
    Both pages have same AM and I'm retaining AM when I move from page1 to page2. In page 2 if click submit button I try to get all the existing lines which is arendered in page 1.
    But i'm getting zero count but records are there. It is working very fine in my machine before deployment. But the AM is not retained after deployed to apps.
    Details:
    OA Extension
    10.1.3 (Build OAEXT_MAIN_NT_100429.1954.1314)
    My Jdev Version
    10.1.3.3.0
    EBS - OA Framework
    12.1.3
    EBS- Oracle OA Extension
    10.1.3 - build 1313
    please suggest me do I need to check any profile option to set AM State or any other solution for this.
    Thanks in advance,
    SAN

    Hi.
    Try adding some debugging statements using write diagnostics .
    Check to see if VO is getting cleared on loading 2nd page.
    Alternate solution would be to add these line id's of the selected lines before forwading.
    On 2nd page, get these Id's and do whatever necessary.

  • Hello. Can I still use the forms central to modify my pdf.-files after the software is not supported by adope?

    Hello. Can I still use the forms central to modify my pdf.-files after the software is not supported by adope?

    Formscentral isn't designed to allow for the modification of PDF files, forms or otherwise. If you have saved forms created in Formscentral as PDF you will continue to be able to modify them in a program like Acrobat. Hope this helps.
    Andrew

  • How to fix "OS X Lion user's custom preferences are not retained after reboots"?

        How to quickly fix "many of user's custom preferences from within OS X Lion 10.7.x and/or MtLion 10.8.x are not retained after Mac reboots and/or log-offs"?

         If many of the user’s custom preferences from within OS X Lion 10.7.x and/or Mountain Lion 10.8.x are not retained on Mac after reboots and/or log-offs, then implement this following QUICK FIX procedure:
    Login to user’s OS X login profile… access & select the Finder pull-down menu Go… next select Library (just user’s Library only available when holding-down the Option key here within OS X Lion + MtLion)… find-select-and move the Preferences folder out from the overall user’s Library to the user’s Desktop area for temporary safe keeping.  Then log-off user and/or reboot Mac… log-in as user, and reset all user’s custom preferences (System Preferences, Dock icons, etc. [OS X system now recreating all user’s login profile preferences]) according to their previous Desktop setup.  Finally reboot after making all new user preferences setting changes… log-in again as user, and check to ensure that all user custom preferences now stays retained.  If all OK, then you may move the corrupted Preferences folder from the user’s Desktop area to the Trash for final deletion.
    *NOTE: Is this above-written QUICK FIX completely acceptable to Apple's OS X Lion + MtLion troubleshooting standards?  So far this solution appears to have fixed a recent iMac user's issues with custom preferences.

  • Panorama settings are not retained after restart.

    In 4.0, the Panorama settings are not retained after restart. The tabs that make up the Panorama settings are retained after restarting Firefox. Any suggestions?

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History" if Firefox is closed.

  • The MSS ECM FPM Steps are not working after the upgrade

    Hi all,
    The MSS ECM FPM Steps are not working after the upgrade. We use Java Webdynpro and MSS ECM (SP17), version 603.
    On cliking the FPM steps, nothing is happening, however we can navigate using the buttons.
    But this functionality was working before the upgrade.
    Please let me know what should I do.
    Thanks,
    Sarayoodharan.K

    clinet provided in the backend system was not correct during SSO certificate using tx-code strustsso2 -  Cleint should be 000

  • Hello I have a problem with my ipod touch 1G the problem is that see me key to the floor! And when recogi not prendia after 5 minutes prendio but it gave to me the surprise of which the battery had finished completely! What I did was to set it to load wit

    Hello I have a problem with my ipod touch 1G the problem is that see me key to the floor! And when recogi not prendia after 5 minutes prendio but it gave to me the surprise of which the battery had finished completely! What I did was to set it to load with the USB but do not load the battery me the icon of the battery appear and below of her the beam that indicates that this being loaded but this way I have left it the whole yesterday and what goes of today and continues without loading anything! They can help me porfavor I am grateful for them to him very much!   And my PC does not detect it not itunes

    Try the not-charging topic of:
    iPod touch: Hardware troubleshooting
    It could be that the battery is dead.

  • The sound in my IPad is not working after I downloaded the new iOS 7. I tried to reset the IPad to no avail. Could anyone be so kind to help me?

    The sound in my IPad is not working after I downloaded the new iOS 7. I tried to reset the IPad to no avail. Could anyone be so kind to help me?

    I"m going to make the presumption that you've checked the volume and that you don't have it muted. One thing some have suggested is to go into the settings and reset all settings.
    It is kind of a drag because you wil have to retweak everything but it's helped for some.

  • Invoice outputs are not printing after saving the document..!

    Invoice outputs are not printing after saving the document. Eventhough we maintain all condition records not only that Processing log also it showed that it has been processed on some date. but customer not received the printout
    Amar

    hI,
    GO TO IMG, SD, BF, OUTPUT CONTROL, OUTPUT TYPES, SELECT UR OUTPUT TYPE, GO TO DETAILS ICON AND ASSIGN THE VALUE "ISSUE OUTPUT IMMEDIATELY SAVING THE APPLICATION" FROM DROP DOWN DOWN LIST IN THE DEFAULT VALUES
    AND ASSIGN THE RELEVENT PRINTER TO USER ID IN SU01 AND IN CONDITION RECORDS
    REGARDS,
    SK
    Edited by: Sadanandam Kasarla on Mar 16, 2009 12:07 PM
    Edited by: Sadanandam Kasarla on Mar 16, 2009 12:08 PM
    Edited by: Sadanandam Kasarla on Mar 16, 2009 12:10 PM

  • The Facebook video chat icon is not appear after upgrading to mavericks X

    The Facebook video chat icon is not appear after upgrading to mavericks X. Please help.

    http://support.apple.com/kb/ht5404
    Scroll down to the bottom, read and then perform the troubleshooting steps provided.

  • Setting "Filling of Form Fields" document property to "Not allowed"

    I am using Adobe LiveCycle Forms, and I want to set the property "Filling of Form Fields" as "not allowed" in the pdf documents it renders (that property
    can be found in the "Document Properties" window of Adobe Reader, under the Security Tab).
    Is there any way to set it , in the server (using the EJBClient class that renders the form) or
    in the client (via javascript)?.
    Thanks

    [email protected] wrote:
    > I am using Adobe LiveCycle Forms, and I want to set the property "Filling of Form Fields" as "not allowed" in the pdf documents it renders (that property
    > can be found in the "Document Properties" window of Adobe Reader, under the Security Tab).
    >
    > Is there any way to set it , in the server (using the EJBClient class that renders the form) or
    > in the client (via javascript)?.
    >
    > Thanks
    You should be able to set this on your XDP file from within Designer. Go to File-->Form Properties
    and you'll see a PDF security tab there with the same options you have in Reader.
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • Adobe Form is not opening after saved the form locally

    Hi Experts,
    I have implemented the adobe form using webdynpro java using ACF. The scenario is initially the form is loading with input fieIds and dropdown boxes after that the form data has to be submitted into backend.
    I have encountered the problem that if i save the submitted form into locally and trying to open the form its not opening.
    The server and other details are:
    NetWeaver     - 7.00(2004s) SPS3
    Adobe reader - 9.0
    ADS vesion    - 7.01
    Please let me know if you have any idea.
    Thanks!
    Narasimha

    1). If i will convert the forms from ACF to ZCI capability. Suppose if I want to fall back from ZCI to ACF forms then what is the solution for that?
    Well you won't need to go back to ACF as such but if you want to then may be you can keep take backup of all forms.
    2).After conversion of the forms to ZCI capability then what are the necessary steps i need to follow like abode form ui elements can be changed to webdynpro native ui elements type like that.
    The Report generally mentions all the items in yellow/red for things to work on but yes if you have used ACF Controls you just need to update it by Native controls. From Web Dynpro form properties change the displayType property to native as well.

Maybe you are looking for

  • Windows's Restoration wizard is no longer recognising the WindowsImageBackup, when moved from one external HD into another one.

    Hi, I created WindowsImageBackup a three-month period ago and saved it on an external hard disk. Then, I have moved/cut this WindowsImageBackup from the  external hard disk was first saved on while created   into a subfolder on another different exte

  • Oracle 8.1.6 Net8 install

    Hi, hope I'm not duplicating anyone, but here goes. I'm installing 8.1.6 on Mandrake 7.0 Linux. It seems to run fine except for the Net8 install. Specifically, it seems to do a compile on install to create all the sqlplus and net8 client tools. Howev

  • How can I find/fix bad USB Port on MBP 2012 ivy 15' WITH SUPERDRIVE

    I have a 2012 15' ivy bridge macbook pro with the super drive. I am a DJ and I get terrible static and other audio problems when the mixer/soundcard is connected to one of the USB ports, how can I determine which one it is and how can I fix it?

  • The Best Practices

    Hi All, We are building some reporting solution (POC) for the EBS kind of tables where we are having the Base and the TL tables. When a user logins in to the OBIEE the OBIEE session variable WEBLANGUAGE gives the code as 'en' for english and for the

  • Bt Wifi with Fon reappeared

    Hi. I have a Home Hub 4 which I received in a previous property about 4 months ago. At the time I opted out of Fon and the signal disappeared from the vicinity. Follwing this we moved to a new house. No problem for a while and then about a week ago,