Results 1 to 6 of 6
  1. #1
    mb4673 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2017
    Posts
    14

    Remove custom Ribbon information

    Hi Guys,



    can somebody please tell me how I remove this information (under the Login, the whole window) from my custom Ribbon.


    Click image for larger version. 

Name:	Unbenannt.png 
Views:	16 
Size:	5.9 KB 
ID:	31393

    The code for these buttons are:

    <group id="MyGroup15" label=" ">
    <button id="MyButton15" size="large" label="Login"
    imageMso="NewDistributionList"
    onAction="MyButtonCallback15OnAction"/>
    </group>


    Thanks Guys

    best regards
    Michael

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,824
    What is that 'window' - is it a form? Does it open by default when the db opens?

    I don't really see enough code to create 3 buttons.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    mb4673 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2017
    Posts
    14
    Quote Originally Posted by June7 View Post
    What is that 'window' - is it a form? Does it open by default when the db opens?

    I don't really see enough code to create 3 buttons.
    Hallo June.

    The "Login-button" is in my custom ribbon and it opens a form. Everything works but when I hover over the icon, then this window appears.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,824
    I expect MyButtonCallback15OnAction is VBA procedure. What is its code?

    So you have 3 groups and each group has 1 button?

    I have used custom ribbon but not with any custom buttons and don't have anything with that 'open on hover' behavior.

    If you want to provide db for analysis, follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    mb4673 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2017
    Posts
    14
    Quote Originally Posted by June7 View Post
    I expect MyButtonCallback15OnAction is VBA procedure. What is its code?

    So you have 3 groups and each group has 1 button?

    I have used custom ribbon but not with any custom buttons and don't have anything with that 'open on hover' behavior.

    If you want to provide db for analysis, follow instructions at bottom of my post.
    Thanks.

    I have 17 groups, each have 1 button and all of them have nearly the same code. (Just other images and numbers)
    The window appears only on custom buttons. I also have a system group in my custom ribbon (sort) with the code:

    <group id="SortFilter" label="Sortieren und Filtern">
    <control idMso="FiltersMenu" visible="true"/>
    <control idMso="SortUp" visible="true"/>
    <control idMso="SortDown" visible="true"/>
    </group >

    When I hover over this group, no window appears, just the name of the button.

    I cant upload this db, its a firm one and to large to upload.

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,824
    Don't need your data. Could make a copy and delete data tables.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Custom Ribbon
    By June7 in forum Access
    Replies: 13
    Last Post: 08-01-2014, 02:44 AM
  2. custom Ribbon question
    By jscriptor09 in forum Access
    Replies: 0
    Last Post: 07-17-2012, 02:35 PM
  3. Custom Ribbon
    By nkuebelbeck in forum Programming
    Replies: 5
    Last Post: 08-25-2011, 11:55 AM
  4. remove ribbon / object bars
    By benjammin in forum Forms
    Replies: 0
    Last Post: 07-12-2011, 10:55 AM
  5. Remove Access ribbon on start
    By azaz in forum Forms
    Replies: 2
    Last Post: 12-30-2010, 03:30 AM

Tags for this Thread

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