Search Result

Collapse
9 results in 0.0015 seconds.
Keywords
Members
Tags
lock
  •  

  • Outlook locking file from being edited after saving attachment

    One of my users is having a problem when saving attachments from her email. If she right clicks on the attachment, chooses Save As... and then picks a location to save the file, when she goes to edit that file name or make changes and save it or move it, she receives a message saying that the file is locked and currently in use even though she has closed the email that she got the attachment from. She has to close out of outlook completely in order...
    See more | Go to post

  • Outlook locks file after attaching to an email

    One of my users sent me an email with an attachment. Once she sent the email, she tried to move/rename the file and it said it was locked or currently in use. She didn't have it open or anything and the email she attached it to was successfully sent but when she closed Outlook completely, the file was unlocked and she was able to move/rename it.

    Why is Outlook locking files that are attached to emails and is there a way to stop this?...
    See more | Go to post

  • Mcaffee locking files for extended periods of time?

    My network runs windows server 2008 and there are workstations that run windows 7 and some are still on XP. we have found that several times, we have gone to edit and then re-save a file, or rename a folder and windows won't let us because it says that the file is "locked or in use by another user".
    Long story short, i downloaded the Unlocker tool to see what was locking it up and it turns out that McShield.exe is locking the files...
    See more | Go to post

  • oystgoymp
    started a topic Why does threading lock in different classes?

    Why does threading lock in different classes?

    Ok first I must preface this question with a disclaimer, I'm really new to threading so this may be a 'newbie' question but I searched google and couldn't find an answer. As I understand it a critical section is code that can only be accessed by one thread, the danger being one thread will overwrite a value before the other is finished and vice versa. What can you do about changes made outside of your class for example, I have a line monitoring program:...
    See more | Go to post

  • TamusJRoyce
    started a topic Impossible to hard lock Read-Write Locking
    in .NET

    Impossible to hard lock Read-Write Locking

    http://nohardlockrwlocker.codeplex.com/ is a read-write locker I recently designed so hard locks are impossible.

    It is meant to replace ReaderWriterLoc k and ReaderWriterLoc kSlim. Upgrade locks are as simple as placing a write lock inside a read lock.

    It will soon have collections which utilize this locker to cache modifications while enumerations occurs to it. Then after it completes, modifications are applied. This makes...
    See more | Go to post

  • Multiline textbox: next line undone when control is locked!

    Good day!

    I have a form in Access that has a multiple line textbox (I called it cAbnormalities) . This text box is populated by the user ONLY through selection of options from combo boxes. I want the selected options to each be in a seperate line, and I don't want the user to be able to edit the textbox without using the combo boxes.

    Here is my code when a selection is made from the combo box:
    Code:
    Me.cAbnormalities.Locked
    ...
    See more | Go to post
    Last edited by NeoPa; Jul 15 '10, 12:08 PM. Reason: Please use the [CODE] tags provided.

  • BarbieJo
    started a topic Lock bound fields in form On Load

    Lock bound fields in form On Load

    Using Access 2007

    I want all the bound fields in my form to be locked until a command button is clicked. I have already tried locking the form through the OnLoad property using the following code:

    =LockBoundContr ols([Form],True)

    This approach is not working, unless I am doing something wrong. I am entering this code into the expression builder.

    I would prefer to use the module builder if...
    See more | Go to post

  • Prevent locking of frontend application when a report is opened in design mode

    Hello everyone,

    I have a database that is split into front-end and back-end. When a report is opened in the design mode (back-end) and a user tries to open the corresponding form in the front-end, they get a message 'state unable to open or lock per admin'. Is there a way to prevent it other than getting out of the design mode when user is entering data in the forms. I appreciate any suggestions.

    Thanks
    Stan
    See more | Go to post

  • chrisli
    started a topic Windows lock/unlock (with code)

    Windows lock/unlock (with code)

    Hi everyone,

    i'm trying to Handle the Micosoft.Win32. SessionSwitch Event, so when Windows is going to be locked by the user, i will simply write a line to the console.When it's going to be unlocked, the same.

    Here's the code:
    Code:
        Sub Main()
            AddHandler Microsoft.Win32.SystemEvents.SessionSwitch,
    _ SystemEvents_Sessionswitch()
            Console.ReadLine()
            RemoveHandler
    ...
    See more | Go to post
    Last edited by chrisli; Mar 5 '09, 07:49 AM. Reason: solved
Working...