Thursday, May 24, 2012

Dynamics AX 2012: Forms on opening hide behind in the back


In Dynamics AX 2012, when you open the forms,  you might see some of them open behind the other forms. User may get the impression that the form was never opened.  This happens if the form opened slowly;  a cold start, uniqueness of the data including large number of records or complexity of the form may cause the form to load up slowly.  The form hide behind the other form because of Windows’s ‘ForegroundLockTimeout’.
Doing the following changes to your system could fix this issue.  Since it involves changing a registry key in your system, take necessary precautions.
Create a Restore point before performing the steps below as a precaution.
Steps:
1. Open registry>> Start>>Type regedit>>press enter.
2. Locate the key:
HKEY_CURRENT_USER\Control Panel\Desktop
3. On the right pane right click on the following key and select modify:
4. ForegroundLockTimeout
5. Select Base as decimal and then type 0 (zero) in the value data box and click on Ok.
6. Exit from registry and restart the computer.

No comments:

How to identify the user that was used to change an object from AOT in AX2012

Get the object name for which we need to track these (user and date&time) information's. Login to SQL Server Management Studio an...