You are here:   FAQ

1

 

Restart the RibbonCreator 2010 and the tabs should be shown.





 

2

 

Moving the mouse over the ribbon makes the deleted controls disappear.





 

3

 

Moving the mouse over the control should show the current ribbon text (or move the control to and from).





 

4

 

Restart the RibbonCreator 2010.





 

5

 

This is because the modules "basCallbacks" and "basGDIPlus" are not updated automatically. Follow these steps:

 

  1. Save the module "basRibbonCallbacks" in your database.
  2. Delete the module "basRibbonCallbacks" from your database.
  3. Save the module "basGDIPlus" in your database.
  4. Delete the module "basGDIPlus" from your database.
  5. Close your database.
  6. Open the RibbpnCreator 2010 and load the ribbon from your database.
  7. Ensure on the Tab "Finish" that you have checked
    • Copy "basRibbonCallbacks" to the database and
    • Copy "basGDIPlus" to the database
  8. On the tab "Finish" click the button "Update Access Database"




 

6

 

There can be various reasons.

 

1. RibbonCreator 2010 can only process XML files generated by RibbonCreator 2010.

  • RibbonCreator 2010 uses pre-fixes to display controls.

      btn = Button
      tgb = ToggleButton
      lbl = Label
      cbx = Checkbox
      ddc = DropdownControl
      sep = Separator
      ebx = EditBox
      gbt = ButtonGroups
      mnu = Menu
      sbt = SplitButton
      gal = Gallery
      cmb = ComboBox

  • The "Tag" attribute is used to load information (user-defined pictures, defaults).
  • There are "<- Comments lines ->" used to finish controls / control groups which have to remain present.


2. Ribbon XML must be well-formed. (Try to open the file using Internet Explorer.)

 

 



 

7

 

1. The database in that you want to export must not start an autoexec macro.

2. Don’t open/save databases from mapped drives.

3. The database in that you want to export must not be secured by an ".mdw" access workgroup file.

4. The database in which should be exported must not be password protected.

5. The database in which should be exported must not have a start-up form.

6. In rare cases it may help to start the RibbonCreator with administrative rights (Context Menu --> "Run as ..." --> "The following user" --> Administrator)

7. If in additional to Access 2010 Access 2010 Runtime is installed:

   a) Uninstall Access 2010 Runtime.

   b) Install RibbonCreator 2010.

   c) Reinstall Access 2010 Runtime



8. If next to Access 2010 earlier Access versions are installed:

   It is recommended not to install earlier Office versions in addition to Access 2010 on the same machine.

   The best choice for development with Access 2010 is:

   a) Create a virtual machine e.g.:(Microsoft Virtual PC 2007)

   b) Install operating system (Windows XP or Vista)

   c) Install .Net 2.0 Framework (.net Framework download site)

   d) Install MS Office 2010.

   e) Update your virtual machine using Microsoft Update .

   f) Install Ribbon Creator 2010 and other required tools.


   Use the snapshot function provided by the VM to save the state between steps mentioned above






 

8

 

Uncheck under "Access Options / Client Settings / Advanced" - "Open last used database when Access starts"

 

We use for open the Database following Code in .Net:

Try 
   dbs = DBEngine.OpenDatabase(strFilename, False, False) 
Catch ex As Exception 
   MsgBox(My.Resources.Resource1.strAccessOpen,MsgBoxStyle.Critical, strAppName)
End Try 

This raise the Messagebox "The selected database is open..." if OpenDatabase failes.

Is no other database open, repair your Office / Access installation.


 

9

 

A) Use a virtual machine, for example: VirtualBox with an operating system that has been tested with the RibbonCreator 2010.

B) Test if the version 1.1019 runs on your system without errors (unsupported).


 

Last Updates:

08.04.2018
IDBE RibbonCreator 2016 (x86 and x64) for Office 2013 and Office 2016 - new release. ...

22.09.2015
IDBE RibbonCreator 2016 (x86 and x64) for Office 2013 and Office 2016 - first release. ...

07.04.2013
Revised versions for RibbonCreator 2010 (Version: 1.1016) Revised versions for RibbonCreator 2013 (Version: 1.1002) ...

16.03.2013
First release of IDBE RibbonCreator 2013 ...

 

Last update: