Hi all,
I have been playing with pivotcharts lately to display my data from my database. I have since found however that I will need to get rid of a lot of the "options" a user has to mess around with when I distribute out my database.
One of the easiest ways to do this has been to disable all menus and shortcut menus in my database using the startup properties. However I lose functionality in my pivot charts, namely the drill down / drill out / expand / collapse in the default shortcut menu.
I have found I can create my own and I have added the above functionality to my custom shortcut menu.
Now my issue is I have tried adding this menu to the forms properties but it still does not show.
Is this because of my startup options being incorrect?
How do I go about disabling all shortcuts/menus in my database but then allowing one to open for my pivot charts? Would creating a blank shortcut menu for all other forms do the trick and how would I go about enabling my other menu when I am on certain forms.
I have been playing with pivotcharts lately to display my data from my database. I have since found however that I will need to get rid of a lot of the "options" a user has to mess around with when I distribute out my database.
One of the easiest ways to do this has been to disable all menus and shortcut menus in my database using the startup properties. However I lose functionality in my pivot charts, namely the drill down / drill out / expand / collapse in the default shortcut menu.
I have found I can create my own and I have added the above functionality to my custom shortcut menu.
Now my issue is I have tried adding this menu to the forms properties but it still does not show.
Is this because of my startup options being incorrect?
How do I go about disabling all shortcuts/menus in my database but then allowing one to open for my pivot charts? Would creating a blank shortcut menu for all other forms do the trick and how would I go about enabling my other menu when I am on certain forms.
Comment