|
|
#5 |
|
Участник
|
Параметры я передаю из аксапты...
X++: MenuFunction menuFunction;
Args args;
;
menuFunction = new MenuFunction(menuItemOutputStr(ReportForm),MenuItemType::Output);
args = new Args();
args.parm(strfmt("param1=%1¶m2=%2","параметр1","параметр2"));
menuFunction.run(Args);
menuFunction.wait(); |
|
|
| Теги |
| ax2009, reporting services, кодировка, полезное, параметры |
|
|
|