Results 1 to 6 of 6
  1. #1
    nkuebelbeck is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Mar 2010
    Posts
    91

    Custom Ribbon

    I am trying to create a custom ribbon that allows users to search and to use the findnext functionality. I am creating the application for Runtime so no ribbons will be available unless I create them.

    I have the ribbon loaded and I found the Access Ribbon Control (FindNext) and FindDialog. The only problem is the findNext is grayed out.

    Here is my xml

    <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
    <ribbon startFromScratch="false">
    <tabs>
    <tab idMso="TabCreate" visible="false" />
    <tab id="dbCustomTab" label="CUSTOM" visible="true">
    <group id="dbCopyPaste" label="Copy/Paste">
    <control idMso="Paste" label="Paste" enabled="true"/>
    <control idMso="Copy" label="Copy" enabled="true"/>
    <control idMso="Cut" label="Cut enabled="true"/>
    </group>
    <group id="dbFind" label="Find">
    <control idMso="FindDialog" label="Find" enabled="true"/>
    <control idMso="FindNext" label="FindNext" enabled="true"/>
    </group>
    </tab>
    </tabs>
    </ribbon>
    </customUI>



    Do I need to do more with the findnext idMso?

  2. #2
    nkuebelbeck is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Mar 2010
    Posts
    91
    Just got this to work. But if I may expand, Is there a way to use the FindFirst Method within the search?

    http://msdn.microsoft.com/en-us/libr...ffice.12).aspx

  3. #3
    nkuebelbeck is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Mar 2010
    Posts
    91
    turns out you can just grab the whole group

    http://www.accessmonster.com/Uwe/For...ribbon-buttons

  4. #4
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    Just as an aside, you are probably my favorite question asker on this forum ever.

  5. #5
    nkuebelbeck is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Mar 2010
    Posts
    91
    Than why don't you ever help

  6. #6
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    I've never worked with custom ribbons, though my company just now moved to Office 2007 (nightmare converting my 2003 databases) so I'll be working with it sooner than later.

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

Similar Threads

  1. Ribbon vs menubar
    By Mrchang in forum Access
    Replies: 1
    Last Post: 12-11-2011, 09:42 AM
  2. Runtime and the ribbon
    By AndycompanyZ in forum Access
    Replies: 1
    Last Post: 07-13-2011, 04:37 AM
  3. Put an icon in a custom ribbon
    By ss3373 in forum Access
    Replies: 0
    Last Post: 06-21-2011, 05:52 AM
  4. Ribbon?
    By stephenaa5 in forum Reports
    Replies: 2
    Last Post: 06-29-2010, 11:22 PM
  5. Replies: 0
    Last Post: 02-02-2010, 01:43 PM

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