Показать сообщение отдельно
Старый 22.06.2010, 13:35   #5  
zelibobis is offline
zelibobis
Участник
 
71 / 24 (1) +++
Регистрация: 15.10.2007
Адрес: Kiev
Параметры я передаю из аксапты...
X++:
MenuFunction    menuFunction;
    Args            args;
    ;

    menuFunction    = new MenuFunction(menuItemOutputStr(ReportForm),MenuItemType::Output);
    args            = new Args();

    args.parm(strfmt("param1=%1&param2=%2","параметр1","параметр2"));
    menuFunction.run(Args);
    menuFunction.wait();
и использую 2009 аксапту