Tuesday, May 17, 2011

showDialog in Cordys

/cordys/HMS_XForms/HMS_Business Unit Master Form.caf
ViewBU
Business Unit
Business Unit

var BUObj = ViewBU.XMLDocument.documentElement;
//application.select(BUObj);
var data = new Object();
application.showDialog(BUObj, null, null, closeHandler, false);

No comments:

Post a Comment