I have an app that has 2 menu stuctures.
I want to toggle the 2nd menu off and on by use of a button on the first menu.
1 thought of using a sessionvariable to set to True or false
I can use the sessionvariable on each of the second menus item as a condition
I just don't know how to execute the relevant code when the 1st menu bottun is pressed.
ie. thats all I want the button to do, not show a particular page, It must stay on the page that is displayed just toggle the menu (or run some clarion logic)