Источник:
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