getFormProcess()
概述
创建表单业务对象。
返回值
cn.myapps.runtime.dynaform.form.ejb.FormProcess
参数
示例
描述:
实现getFormProcess()函数的应用,创建指定类对象
iScript 代码:
(function(){ var formService = getFormProcess(); var form=formService.doViewByFormName("创建表单业务对象",getApplication()); //根据表单名取得这个表单bean println(form); return form; })()