18.12.2007, 19:50 | #1 |
Участник
|
gatesasbait: Showing Database name of current AOS in AX 4.0x title bar
Источник: http://gatesasbait.spaces.live.com/B...B9F5!157.entry
============== Good morning, In prior versions of Ax (such as 2.5) you could see the currently running Database name in the title bar of your client. To have this in Dynamics Ax 4.0x, add this code to method 'workspaceWindowCreated' in class 'Info'. void workspaceWindowCreated(int _hWnd) { SqlSystem sqlSystem = new SqlSystem(); ; if (sqlSystem.createLoginProperty()) { winApi::setWindowText(_hWnd, strfmt("%1, Configuration: %2", winApi::getWindowText(_hWnd), sqlSystem.loginDatabase())); } } Источник: http://gatesasbait.spaces.live.com/B...B9F5!157.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|