Friday, May 22, 2009

Forms forms forms

Microsoft constantly works on the look and feel of its software. So does Axapta change appearances. Sometimes for the better, sometimes ... not so.
What I personally do not like in Ax 2009: All those different forms, creeping out of the current workspace. Your Windows menu bar really gets crowded like that.

If you are like me and want your Axapta forms to stay in the Axapta workspace, there is a little thing you can do.

Change the Class SysSetupFormRun , add this little line of code before the super call of the init method:

if(this.form().design().windowType()==FormWindowType::Standard)
this.form().design().windowType(FormWindowType::Workspace);


Now that's better, isn'it?


Greetz,

Willy

No comments:

Post a Comment