![]() |
#5 |
Axapta
|
Можно изменить заголовок окна. Метод в классе Info.
X++: void workspaceWindowCreated(int _hWnd) { SqlSystem sqlSystem = new SqlSystem(); LoginProperty loginProperty = sqlSystem.createLoginProperty(); ; // Put workspace window specific initialization here. if (loginProperty) { WinAPI::setWindowText(_hWnd, strFmt("%1 - %2@%3 (%4)", WinAPI::getWindowText(_hWnd), loginProperty.getDatabase(), loginProperty.getServer(), this.currentAOLayer())); } } |
|
|
За это сообщение автора поблагодарили: _scorp_ (1). |
Теги |
интерфейс, ax2009, ax4.0 |
|
|