For developers the ‘Content Pane’ can contribute to a great deal of frustration.
Specially for does who are used to develope in AX 4 or earlier.
Here is a small job that will hide it for you:
1 2 3 4 5 6 7 8 9 10 11 12 | static void Job1(Args _args) { #WinAPI ; WinApi::showWindow( WinApi::findWindowEx( WinApi::findWindowEx( WinApi::findWindow('AxMainFrame', ''), 0, 'MDIClient', ''), 0, 'ContentFrame', ''), #SW_HIDE); } |
Replace #SW_HIDE with #SW_SHOW to show it again.
Last 5 posts in Dynamics AX
- How to call a web API from Dynamics 365 FO X++ - December 1st, 2020
- Cannot add or remove static keyword for this method - May 30th, 2016
- Sales line number not unique - May 27th, 2016
- DMF - DMF Service is unavailable - November 7th, 2012
- DMF - Error occured while doing bulkcopy from temp table to entity table - November 6th, 2012
hi,
this is very much useful…thank u .. do anyone know how to change the background colour of content pane in AX 2012?