데이터셋의 선택된 행의 Index를 반환한다.
function btnXDataSetGetSelectRow() { var nSelectRow = DS_RECORD.getpos(); screen.alert("선택된 데이터셋 Row : " + nSelectRow); }