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

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 21.12.2010, 04:13   #1  
Blog bot is offline
Blog bot
Участник
 
25,477 / 846 (79) +++++++
Регистрация: 28.10.2006
Solutions Monkey: Code compare utility in MorphX on EP User controls
Источник: http://blogs.msdn.com/b/solutions/ar...-controls.aspx
==============
To enable the code compare utility in MorphX on EP user controls , edit the CodeIsSource method of SysTreeNode class in AOT and add UtilElmentType:WebControl and UtilElementType::WebSourceFile to the switch statement that returns true. After making the change, you shoudl be able to do code compare on user control markup and code behind files.



static boolean codeIsSource(UtilElementType _utilElementType)
{
boolean ret;

switch (_utilElementType)
{
case UtilElementType::WebPageDef :
case UtilElementType::WebStaticFile :
case UtilElementType::WebControl:
case UtilElementType::WebSourceFile:
ret = true;
}

return ret;
}




==============
Источник: http://blogs.msdn.com/b/solutions/ar...-controls.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
Solutions Monkey: 64bit machine - VS EP add-in not deploying user control to SharePoint while saving Blog bot DAX Blogs 0 06.01.2010 08:19
Solutions Monkey: AxPopup Controls in EP Blog bot DAX Blogs 0 22.09.2009 11:05
Solutions Monkey: Redirecting in EP user control to download a file Blog bot DAX Blogs 0 11.09.2009 15:05
epblog: Sharing Code between User Controls in EP Blog bot DAX Blogs 0 11.11.2008 08:05
Solutions Monkey: Using Microsoft Dynamics Ax 2009 Workflow controls in EP Blog bot DAX Blogs 0 30.07.2008 10:05

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

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

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 01:43.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.