Nexacro 참고 (정리 필요)
[ 그리드 컬럼명 추출 ] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 function(그리드명, cellIndex) { if (take.nvl(그리드명,"")=="" || take.nvl(cellIndex,-1) 0 ) { sText = 그리드명.getSubCellProperty("body", cellIndex, 0, "text"); } else { sText = 그리드명.getCellProperty("body", cellIndex, "text"); } if ( take.nvl(sText, "") != "") { if ( sText.search(/^BIND\(/) > -1 ) { sColId = sText.replace(/^..
2022.06.24