Buttons in the buttonbar

Is it possible to access to the buttons of the main buttonbar ? If yes, how ? I need to enable some of them even when I’m in edit mode and use them to do something different from what they have been done for the framework, so I have not to insert new buttons in the form and I better use the available space in the form….

Thanks

Well the buttons are just on a form so you could enable and disable them yourself for example in the methods gotoBrowse and gotoEdit of you form. In December we will be working on making the buttons bars more flexible. So probably by then you can make the bars exactly how you want them.