long ll_row
ll_row = dw_list.getrow()
dw_list.ScrollToRow(ll_row)
dw_list.SelectRow(0,false)
dw_list.SelectRow(ll_row,true)
* 상황에 맞게 수정해서 사용
'PowerBuilder > Tip!' 카테고리의 다른 글
윈도우 open 이벤트에 작성하는 초기화 관련 (0) | 2015.09.16 |
---|---|
DataWindow에 엑셀자료 UpLoad 하기 (0) | 2014.12.26 |
date -> string ->date형 변환 (0) | 2014.12.26 |
GetChild 관련 (0) | 2014.12.26 |
AcceptText 리턴값 확인하는 이유 (0) | 2014.12.26 |