Word 2008 - "read only" after ML install

I installed Mountain Lion today and now when I try to creat a new folder in Word 2008 it will only allow a "read only" folder (which helps me none) and then won't even let me insert a folder name!  I searched the communities and haven't seen this issue come up.  Any thoughts?

you can do that by calling class method CL_GUI_FRONTEND_SERVICES=>FILE_SET_ATTRIBUTES exporting parameter READONLY
note: this will work only in the foreground, it is not possible to do it in a background job

Similar Messages

  • Set word file read only after exporting through mail merge

    Hello,
    I am exporting the ALV report to word file using standard functionality using mail merge.
    But my requirement is after exporting to word ,file should be protected or read only.
    Plz Help me to solve this issue.
    Thanks,
    Paresh.

    you can do that by calling class method CL_GUI_FRONTEND_SERVICES=>FILE_SET_ATTRIBUTES exporting parameter READONLY
    note: this will work only in the foreground, it is not possible to do it in a background job

  • Word 2010 document becomes Read-Only after saving it

    Hi,
    My Word 2010 document is becoming "Read Only" after saving it, for information my doucment is on the desktop . I searched on this forum and find a couple of solutions (deactivating auto saving, etc.) but it does not work at all. Any other ideas?
    Thanks,
    Sylvain.

    , I wonder why the docuemnt is becoming Read-Only when I am saving it on the Desktop...
    I've read articles and blogs of people arguing each side of whether you should use the Desktop as a storage folder and I really
    don't have anything substantial to add to either the pro or con side of the issue.
    However, what I know about Word is that it behaves a bit different and seems to have issues when you’re actively editing document that are stored
    on the Desktop.  I would speculate that the issue has something to do with the screen driver software.
    When you’re editing a document, Word is actually using something like a dozen or more temporary hidden files and some of these are stored in the
    same folder as the source document. If the source document’s folder is the Desktop, then there has to be interaction with the screen driver. 
    This interaction with the screen driver is one variable that makes the Desktop folder unique and possibly problematic and thus Word under certain conditions
    makes the file Read Only.
    Kind Regards, Rich ... http://greatcirclelearning.com

  • Microsoft Word 2008 immediately crashes after opening

    Hoping to work on a paper for school after updating to OS X Mavericks, but as the title of this post indicates, Word 2008 crashes immediately after opening.
    I'm working off of a 2010 Macbook Pro, though not sure if that makes a difference.
    Happy to provide more information upon request.

    Try going to Font Book and validating your fonts. If that doesn't fix the problem are you getting any crash reports you can post?
    If you aren't getting any crash logs - The next time the problem happens, note the date and time the problem occurred, then go to Applications/Utilities/Console and copy the log starting at the time of the crash. Paste the log in a reply. Please do not use a screen shot as they can be hard to read. If there are repeated runs of the same messages, please post only one run. Be selective about what you post and don’t  post huge amounts. Make sure there is no personal data visible. Information learned from Linc Davis.
    You might try looking/posting here.
    Microsoft Support – Office for Mac
    Microsoft Support – Office for Mac (2)

  • Document Generation in MSA - Make Word Doc Read-Only or PDF Documents

    Hello,
    The mobile sales client comes with an Document Generation tool to fill Word Document Templates with SAP data on demand.
    Because of legal issues, we do not want to allow anyone to be able to modify the generated word document. Using the permission functionality of the word template is not working as it would prevent the Generator itself to fill in the data.
    Is there any option to set the created Document to "Read-only" after the generation is finished or to convert the Word document on fly to a PDF version?
    As I am not so experienced in VB I would appreciate any code examples.
    Regards,
    Andreas

    Hi,
    there are at least 2 different ways to implement your request:
    - before and after the word document is created you can start a word makro (which e.g. disables the document); this would be done in the method "TextGeneration" of the underlying BO, e.g. BOSALESDOCGEN. The code is quite simple, in earlier Word versions it was sth like
    WordObj.ToolsMacro sMacroname, 1
    - you can call any 3rd party SW to convert the doc file to pdf, similar to this thread
    [MSA "Cancel login" functionality;
    Regards,
    Wolfhard

  • Bluetooth keyboard and Word 2008 for Mac after Yosemite

    Bluetooth keyboard (apple) on 27 " iMac (mid 2010) won't work in Microsoft Word 2008 for Mac after Yosemite. It is paired and recognized and works normally otherwise.  Mouse works fine, too.

    Follow up: After trying a number of different approaches I finally shut off the iMac and let it stay off for several minutes and then restarted it. This is something I had read that another user had tried and had worked for him. To my surprise, the keyboard now works in Word 2008. I have no idea if this will continue to work, or if it might work for any of you, but I would give it a try.
    Process:
    Shut Down your Mac
    Let it stay off for several minutes
    Power up and check to see if your bluetooth keyboard works in Word 2008.
    Good luck!
    chuck

  • Make a field required on record creation, read only after that

    Hello,
    Does anyone know of a way to make a pick-list field required on record creation, but read-only after that? The other twist to this is that we need to allow this field to also be read-write for all the integration edits, since this field's value could change in the enterprise database.
    Thanks,
    Neal G.

    Hi !
    I think you can add a validation rule for that. Something like :
    IIf(PRE('<YOURFIELD>') IS NULL, <> '', = PRE('<YOURFIELD>'))
    This means that if the previous value of your field is null (it's a creation), so the value must be different than blank. Else, it must be equal to the previous value, so not modified.
    I didn't tested it, but I let you get back to me if it works... or not !
    You'll just have to add a message saying that this field is required on creation and readonly after...
    Hope this will help, feel free to ask more !
    Max

  • How to make fields read only after form is filled in

    I am creating forms to be used within our company.  The customer srv representative (CSR) would fill in the form and send it to the customer for signature and initial.  There are a few issues I can't solve.
    1)  I need to make the rate & services fields read only after the CSR initials the form

    Will the CSR have Acrobat or just Reader, and what type of computer will the CSR be using (Windows/Mac/mobile OS)? If just Reader (Wind/Mac), this is possible by setting the fields to read-only with JavaScript. The problem is this can't be considered secure, even if using a password as discussed here: Password-protect and hide one form field
    With Acrobat you have the ability to flatten certain fields, which makes it a bit more difficult to change the "fields".

  • Changing a Record to Read-Only after an event.

    I have a Developer application that needs to be modified. This
    application includes several fields as well as a comments
    field. I'd like to change all updatable fields (not to included
    the comments field) to READ-ONLY after a certain event. Then
    after a certain date, I'd like to make the comments field READ-
    ONLY.
    Do you have any suggestions?
    Regina Grimes
    919/874-3140
    null

    Dear Regina,
    Have you tried to set_block_property in pre-record trigger to update allowed/not allowed depending on the event. And in post-record update not allowed. These triggers must be on block level. Also on item level to the item 'Comment' define pre-item trigger where take a new decision whether you want to open the entire block or not, the same way as on block level triggers. But in post-item trigger always make the entire block read-only again.
    Regards
    Jan Kramle

  • Make all text fields read only after signing form

    Hello,
    I have a live cycle form which needs to have all of the text fields set as read only after signing.
    The java script has been placed in the post sign event of a digital signature field.
    for(var i=0;i<this.numFields;i++) {
    var cNm = this.getNthFieldName(i);
    if (cNm.type = "text") this.getField(cNm).readonly = true;
    After signing the form the following console error is shown:
    this.getNthFieldName is not a function
    Can anyone please advise how to revise the script so that when the form is signed all of the text fields become ready only?
    Any assistance will be most appreciated.
    Thank you.

    You don't need any JavaScript to do this.
    In Designer you can setup the signature field in that way, that all fields will be locked after signing.
    Look here:
    http://forums.adobe.com/message/3121870?tstart=2

  • Firefox profile folder becomes read-only after closing browser

    firefox profile folder becomes read-only after closing browser
    It is a problem with firefox or is it this to to a virus?
    How to fix? How to prevent?

    Only a check mark in the Read-only box means that a folder or file is Read-only.<br />
    Windows doesn't check all the files in a folder so instead displays a greenish block to indicate that it is not sure.<br />
    You need to look at the files individually to see if any are read-only.<br />
    Easiest to do that is to make the Attributes visible in "View > Details" mode: Choose Details in Windows Explorer.<br />

  • Make adobe form -read only after Submit button

    Hi,
    I have an Interactive form withuser input fields.
    I am submitting it via E-mail.How do I make it read only after I click Submit ?
    I am using javscript for sending e-mail.
    rgds
    vara

    Resolved it : in click event javascript
    ADOBE_DATA.form.field.access = "readOnly";

  • Make Sticky Notes Read-Only After Creation?

    Hello,
    I am wondering if there is a way to make sticky notes read only after someone has created one?
    I have a form that we want people to add comments to but we don't want anyone to be able to remove those comments.  Possible?
    Kristi Tost

    Resolved it : in click event javascript
    ADOBE_DATA.form.field.access = "readOnly";

  • IMac G4 superdrive only reads DVDs after leopard install, not CDs-- HELP

    I just installed leopard on my iMac G4 and now it only reads DVDs. It will not read CDs. I tried installing iLife and Office from CDs and it does not read them. However, it will play all DVDs just fine. Leopard itself seems to work amazing, only problem so far is the CD issue.
    Has anyone else experienced this? Does anyone know how to fix this? I would really like to be able to read CDs as well. Any help is greatly appreciated.
    Thanks

    Same thing here. Superdrive keeps behaving erratically since Leopard upgrade. Doesn't burn DVDs (some error message saying it doesn't recognize the media). Managed to burn a CD only after full PMU reset but doesn't read CDs anymore (burnt a blank CD on a iMac at work and my mini says the CD is blank). Reads movie rental DVDs ok though (but I don't care, I just want it to work).
    Same sort of thing happened to me last year whilst running Tiger. Apple changed the Superdrive. That very model of Superdrive is a piece of rubbish and it looks like Apple will have to change it again. Very glad I tool the 3-year Applecare warranty.
    So much for the "it just works", hey?.

  • Toshiba External HD Still Read Only after Installing Tuxera

    I recently purchased a Toshiba 1TB external hard drive.  I need to be able to move files from my MacBook Pro running Snow Leopard to my older Windows XP computer.  Since I need both computers to be able to read and write to this external I installed Tuxera which I understood would allow me to move files between the two systems.  I managed to get one folder to start copying to the HD from the Mac but it stopped before finishing and gave me an error message saying it was not properly ejected. (I think I moved it slightly and the plug moved just a little).  I am now undable to copy any files to the HD and it shows that it is Read Only.  I tried going into disk utility to change this but all options are lite grey and unselectable.  I also tried doing a chkdsk /f on this unit by using my windows system.  It ran tough and seemed to be fine.  Any ideas?  This is driving me nuts!  My soul porpose of using this Toshiba unit is to copy photos and music files to be used by or moved to both systems.  Thank you!

    I recently purchased a Toshiba 1TB external hard drive.  I need to be able to move files from my MacBook Pro running Snow Leopard to my older Windows XP computer.  Since I need both computers to be able to read and write to this external I installed Tuxera which I understood would allow me to move files between the two systems.  I managed to get one folder to start copying to the HD from the Mac but it stopped before finishing and gave me an error message saying it was not properly ejected. (I think I moved it slightly and the plug moved just a little).  I am now undable to copy any files to the HD and it shows that it is Read Only.  I tried going into disk utility to change this but all options are lite grey and unselectable.  I also tried doing a chkdsk /f on this unit by using my windows system.  It ran tough and seemed to be fine.  Any ideas?  This is driving me nuts!  My soul porpose of using this Toshiba unit is to copy photos and music files to be used by or moved to both systems.  Thank you!

Maybe you are looking for

  • How to get the name of a (custom) component

    Hi, I would like to know whether there is a way to get the name Xcelsius uses for instance in the Object Browser. Getting the components "name" property doesnt return this information. Thanks in advance.

  • Blob delete and reuse

    Hi All, I am successfully able to delete just the blob file from a record but after this operation, I am not able to upload new file to the same record. Wanted to know if this is possible and if so how. I am using this query for deleting blob: update

  • Httpd 2.2 - alias

    I'm trying to use httpd alias on phpmyadmin and all I get is a WSOD. Initially I used phpmyadmin from pacman, and after setting up the alias I got WSOD (white screen of death). So I then downloaded off phpmyadmin.net and did everything manually. same

  • IDES ECC60 tib installation with Aronis

    Hi all: Here is the background, can anybody help me? Really appreciate! Today I tried to install the ECC60 version with Aronis twice(restore one large tib file(about 47.1G) to my external portable hard disc). After 2 hours' recovery, I see 2 partitio

  • IPod Touch: Can I change the percentage of battery remaining for the low battery notification?

    See question above...thanks!