본문 바로가기

PowerBuilder/Tip!

DataWindow에서 중북 코드 체크

* ItemChanged 이벤트


choose case dwo.name

case 'code_id'

ll_row = this.find("getrow() <> currentrow() and code_id='" + data + "'" , 1, this.rowcount())

if ll_row <> 0 then

messagebox("확인","중복되는 코드가 존재합니다.")

end if

end choose