BusinessObjects Board

SubMenu in BO commandbar???

Hi
Just want to know how you can add submenu in BO using VBA?

for example
MainMenu
…SecondSubMenu
…ThirdSubMenu

If anyone done this and share the syntax that will be great

My Advanced Thanks


Rameshkumark (BOB member since 2002-08-29)

Check these links


And do a further search in SDK forum with keywords ‘creating menu’ or ‘menu’

.


haider :es: (BOB member since 2005-07-18)

Hi Haider,
Thanks for your reply
Unfortunatly those examples are for single level menu’s only
But I am looking for a submenus of two levels

for example

Set MSRControls = Application.CmdBars(2).Controls("Second Menu").Add(boControlPopup)

This is where I am getting error as invalid use of property


Rameshkumark (BOB member since 2002-08-29)

any one done this?


Rameshkumark (BOB member since 2002-08-29)