Показать сообщение отдельно
Старый 28.12.2010, 19:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,644 / 848 (80) +++++++
Регистрация: 28.10.2006
dax-ideas: Getting the list of datasource from the form
Источник: http://dax-ideas.blogspot.com/2010/1...from-form.html
==============

Sometimes may be there would be need to get the names of the datasources used in the form . Here is a small snippet that would get you the list of the data source

static void datasources(Args _args)


{
FormRun formRun;
FormBuildDataSource fbds;
Args args = new Args();
Counter i;
;
args.name('Salestable'); //FormName
formRun = classFactory.formRunClass(args);
for (i = 1; i
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.