a_dw(데이터윈도우 컨트롤) 의 row 수에 맞게 a_dw 의 높이(height)를 맞춥니다.

 

Return Type : (None)

Function Name :  gf_dw_height

Argument Type : datawindow   Argument Name : a_dw



a_dw.height = integer(a_dw.object.datawindow.header.height) + (integer(a_dw.object.datawindow.detail.height) * a_dw.rowcount()) + 10

 

Posted by A4M
,