|
![]() |
#1 |
Axapta
|
Можно перекрыть active на датасорсе и вставить код:
X++: public int active() { int ret; ; ret = super(); if (!fromMenu) winapi::setWindowText(element.hWnd(), element.design().caption()); return ret; } |
|