i-PORTAL 6.0 에서 보고서 popup 띄우는 예제
※ i-Browser 에서만 작동 합니다.
코드 블럭 | ||||
---|---|---|---|---|
| ||||
/*****************************************
* 버튼 컨트롤이 클릭되는 시점에 발생합니다.
* * arguments :
* string Id (Readonly:False) : 컨트롤이름
* string Text (Readonly:False) : 라벨 값
*****************************************/
var OnButtonClick = function(sender, args)
{
// OpenReport reportcode, popup 여부
top.window.external.CommandEx('OpenReport', 'REP0364A196BF844CDB82991346BD6DE0F0', true);
}; |