how to remove the only Button close (default button) in the Form , in Dynamics AX-2012?
This button is located on the lower right , named "Close"
But I don't want to remove all others informations in StatusBar.
Thanks, enjoy!
The "Close" button is part of a status bar on a form.
Change StatusBarStyle
property of the form Design to SimpleWithoutClose
value.
Update:
It seems like there is no option to remove the "Close" button without leaving all other parts of "Full" status bar style.