AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX: Функционал
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 28.09.2010, 20:53   #1  
oip is offline
oip
Axapta
Лучший по профессии 2014
 
2,564 / 1416 (53) ++++++++
Регистрация: 28.11.2005
Записей в блоге: 1
Цитата:
Get your forms back in one workspace

In AX 4.0 all forms appear in the main AX application Frame, but with AX 2009 all your forms are hovering around acting like independent applications Forms. If you close the main AX window by accident, all Forms are gone. It is not so hard to get the AX 4.0 look and feel back in AX 2009. Every form has a design property WindowType. Change this properly to Workspace and the Form will have similar behavior like AX 4.0.

A more general solution for this issue will be the next option:

· Add labels to Base Enum FormWindowType.
· Add the base enum FormWindowType to Table SysUserInfo
· Add the next line before super() in the method init of the Class SysSetupFormRun
X++:
public void init() 
{ 
    if(this.form().design().windowType() == FormWindowType::Standard)         //AXStart 
        this.form().design().windowType(SysUserInfo::find().FormWindowType);  //AXStart 

    super(); 
...
}
http://axstart.spaces.live.com/Blog/...C0A0!434.entry
За это сообщение автора поблагодарили: demianimp (1).
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
emeadaxsupport: List of fixes that improve performance of certain features in Dynamics AX 2009 Blog bot DAX Blogs 0 13.10.2009 19:06
msdynamicsax: DAX 2009 and MS SQL 2008 Blog bot DAX Blogs 0 09.08.2008 14:05
dax-lessons: Generate XML Documentation Files for a project - DAX 2009 Blog bot DAX Blogs 0 08.08.2008 19:06
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05
msdynamicsax: Enterprise Portal development in DAX 2009 Blog bot DAX Blogs 0 18.04.2008 07:06

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 01:12.