여기서 li_cont/li_batco는 정수형 입니다.
find함수에서 정수형을 string로 입력 하면 에러 나고 그렇다고 변수를
그대로 사용 할 수 없고 .....
혹 아시는 분 계시는지...
도움 부탁 드립니다...
-------------------------------------------------------------------
ls_ord = dw_1.getitemstring(row,"ord")
ls_matnr = dw_1.getitemstring(row, "material")
li_count = dw_1.getitemnumber(row, "count")
li_batco = dw_1.getitemnumber(row, "batco")
li_find = this.find("ord= '" + ls_ord + "'" + " and material = '" + ls_matnr + "'" + "and count = '" &
+ string(li_count + " and batco = '" + string(li_batco) + "'", 1, this.rowcount())
this.selectrow(li_find, TRUE)
카페 게시글
Q & A
질문
datawindow 에서 find 함수 사용 하신분...
다음검색