dw_km.settransobject(sqlca)
dw_km_free.settransobject(sqlca)
dw_km.Object.DataWindow.ReadOnly="Yes"
dw_km_free.Object.DataWindow.ReadOnly="Yes"
dw_km_free.visible=false
dw_km.sharedata(dw_km_free)
//数据窗口大小相同
dw_km_free.x=dw_km.x
dw_km_free.y=dw_km.y
dw_km_free.width=dw_km.width
dw_km_free.height=dw_km.height
dw_km:
Clicked! i_row=row
if not i_row>0 then return
this.setrow(i_row)
if row>0 then
this.SELECTROW(0,FALSE)
this.SELECTROW(i_row,TRUE)
end if
gf_dw_count(this,sle_count)
dw_km:
doubleClicked! i_row=row
if not i_row>0 then return
this.setrow(i_row)
dw_km_free.ScrollToRow ( i_row )
dw_km_free.visible=true
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页