728x90
반응형


function Grid1_OnCellDblClick(obj,nRow,nCell,nX,nY,nPivotIndex)
{
var strGbn = ""; //조회구분

var strArgs = " SRCH_GBN=" + quote("1"); //조회구분
strArgs += " ACTS_SLIP_YMD=" quote(DS_LIST.GetColumn(nRow,"ACTS_SLIP_YMD)); //전표일자
strArgs +="BZ_DLNG_DPT_COD=" + quote(edtDlngBrofcCod.value);
strArgs += "BZ_SYS_SECD=" + quote(DS_LIST.GetColumn(nRow, 'BZ_SYS_SECD")) //업무구분

var rtnValue = Dialog("fh_close::MmCloIndvcsSlipGrthg.xml", strArgs, 528, 536, "true");

}

//팝업화면 으로 파라미터값넘기기 & 사이즈 조절





728x90
반응형

+ Recent posts