ulisses
ulisses

Reputation: 1581

How to only remove the default button Close in Fom StatusBar?

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!

Upvotes: 1

Views: 1652

Answers (1)

Maxim Lazarev
Maxim Lazarev

Reputation: 1254

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.

Upvotes: 3

Related Questions