Results 1 to 4 of 4
  1. #1
    jaryszek is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2016
    Posts
    568

    Disable project view in form

    Hi,



    how can i disable mouse right-click in order to prevent opening project view within form ?


    Best wishes,
    Jacek

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    by providing the user with a .accde file rather than a .accdb

    you can also try putting the following code in the form open event, but think that will disable all options on the rightclick menu

    me.ShortcutMenu = False

  3. #3
    jaryszek is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2016
    Posts
    568
    hmm thank you Ajax.

    What is a problem with form in my sample database?

    here is no property me.ShortcutMenu = False and still i can not go to project view when form is opened.

    DatabaseTEST.zip

    Best wishes,
    Jacek

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    you asked

    how can i disable mouse right-click in order to prevent opening project view within form ?
    The shortcut menu property is set to false (see form properties, other tab)

    So this is what you wanted.

    but now you are asking

    still i can not go to project view when form is opened.
    If the short cut menu is disabled, you can't

    Please clarify what you are trying to do

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 6
    Last Post: 05-09-2014, 09:03 AM
  2. Replies: 2
    Last Post: 03-09-2014, 03:21 PM
  3. Replies: 5
    Last Post: 12-03-2013, 01:25 PM
  4. Replies: 8
    Last Post: 04-29-2013, 11:23 AM
  5. Can you disable design view?
    By nkenney in forum Forms
    Replies: 1
    Last Post: 04-23-2009, 05:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums