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

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 19.01.2012, 19:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
equalized: Dynamics Ax RunBase overriding dialog with a Form
Источник: http://www.kevinroos.be/2011/10/dyna...g-with-a-form/
==============

Hi,

Some time ago I’ve found out that you can implement a form into a RunBase dialog, this has the advantage that you can easily use a grid control, etc… or use modified field methods without using controlMethodOverload() method. You can do this by overriding the dialog method and adding the following code.

DialogRunbase dialogRunbase = Dialog::newFormnameRunbase(formstr(BLOGRunBaseDialogExample), this);;return super(dialogRunbase);

You can still add fields the normal way by using the addFieldValue() method, these fields will appear next to the embedded form.

This form must have a Tab control and some hardcoded groups, also on the design the property FrameType must be set to None. The groups I’ve created are DialogStartGrp and RightButtonGrp, these are used for positioning fields and query values from code. More groups may be necessary when extending from RunBaseBatch, RunBaseReport, …  The tab control is used for adding a batch tab when extending from RunBaseBatch.



In the dialogPostRun() method you can get the formRun of the dialog and make calls to the form, for example setting query ranges.

public void dialogPostRun(DialogRunbase dialog){ Object formRun; ; if(FormHasMethod(dialog.formRun(),"setQueryRanges")) { formRun = dialog.formRun(); formRun.setQueryRanges(); } super(dialog);}

A way to pass data or do callbacks is to get the calling class in the form init.

public void init(){ super(); if( element.args() && element.args().caller() && element.args().caller().RunBase() && ClassIdGet(element.args().caller().RunBase()) == ClassNum(BLOGRunBaseDialogExample)) { // Do something }}



Источник: http://www.kevinroos.be/2011/10/dyna...g-with-a-form/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
equalized: Dynamics Ax RunBase overriding dialog with a Form Blog bot DAX Blogs 0 15.01.2012 05:17
emeadaxsupport: New Content for Microsoft Dynamics AX 2012 : October 2011 Blog bot DAX Blogs 0 27.10.2011 17:11
equalized: Dynamics Ax RunBase overriding dialog with a Form Blog bot DAX Blogs 0 15.10.2011 18:11
axinthefield: Dynamics AX Event IDs Blog bot DAX Blogs 0 01.03.2011 22:11
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05

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

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

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