$PBExportHeader$w_rp_outware_sale_modprice.srw forward global type w_rp_outware_sale_modprice from w_publ_easyq end type type ddlb_scid from uo_ddlb_scid within w_rp_outware_sale_modprice end type end forward global type w_rp_outware_sale_modprice from w_publ_easyq integer x = 270 integer y = 136 string title = "销售发货单修改单价记录明细表" ddlb_scid ddlb_scid end type global w_rp_outware_sale_modprice w_rp_outware_sale_modprice type variables long cur_scid_arr[] end variables on w_rp_outware_sale_modprice.create int iCurrent call super::create this.ddlb_scid=create ddlb_scid iCurrent=UpperBound(this.Control) this.Control[iCurrent+1]=this.ddlb_scid end on on w_rp_outware_sale_modprice.destroy call super::destroy destroy(this.ddlb_scid) end on type cb_func from w_publ_easyq`cb_func within w_rp_outware_sale_modprice end type type cb_exit from w_publ_easyq`cb_exit within w_rp_outware_sale_modprice end type type cb_2 from w_publ_easyq`cb_2 within w_rp_outware_sale_modprice boolean bringtotop = true end type type cb_psetup from w_publ_easyq`cb_psetup within w_rp_outware_sale_modprice boolean bringtotop = true end type type cb_1 from w_publ_easyq`cb_1 within w_rp_outware_sale_modprice boolean bringtotop = true end type event cb_1::clicked;call super::clicked;dw_1.retrieve(cur_scid_arr,datetime(date(trim(em_1.text)),time(0)),datetime(date(trim(em_2.text)),time("23:59:59"))) end event type st_3 from w_publ_easyq`st_3 within w_rp_outware_sale_modprice integer x = 581 integer y = 202 end type type st_4 from w_publ_easyq`st_4 within w_rp_outware_sale_modprice integer x = 1280 integer y = 202 end type type em_1 from w_publ_easyq`em_1 within w_rp_outware_sale_modprice integer x = 775 integer y = 186 end type type em_2 from w_publ_easyq`em_2 within w_rp_outware_sale_modprice integer x = 1368 integer y = 186 end type type ddlb_yl from w_publ_easyq`ddlb_yl within w_rp_outware_sale_modprice integer y = 10 end type type cbx_yl from w_publ_easyq`cbx_yl within w_rp_outware_sale_modprice integer y = 13 end type type dw_1 from w_publ_easyq`dw_1 within w_rp_outware_sale_modprice integer y = 301 string dataobject = "dw_rp_outware_modprice" end type type sle_mtrl from w_publ_easyq`sle_mtrl within w_rp_outware_sale_modprice end type type sle_cust from w_publ_easyq`sle_cust within w_rp_outware_sale_modprice end type type st_mtrl from w_publ_easyq`st_mtrl within w_rp_outware_sale_modprice end type type st_cust from w_publ_easyq`st_cust within w_rp_outware_sale_modprice end type type cbx_loginretr from w_publ_easyq`cbx_loginretr within w_rp_outware_sale_modprice boolean visible = true end type type pb_em1 from w_publ_easyq`pb_em1 within w_rp_outware_sale_modprice integer x = 1185 integer y = 186 end type type pb_em2 from w_publ_easyq`pb_em2 within w_rp_outware_sale_modprice integer x = 1785 integer y = 186 end type type pb_2 from w_publ_easyq`pb_2 within w_rp_outware_sale_modprice integer x = 1894 integer y = 186 end type type cb_help from w_publ_easyq`cb_help within w_rp_outware_sale_modprice end type type cb_copyself from w_publ_easyq`cb_copyself within w_rp_outware_sale_modprice end type type gb_1 from w_publ_easyq`gb_1 within w_rp_outware_sale_modprice end type type ln_bar from w_publ_easyq`ln_bar within w_rp_outware_sale_modprice end type type ln_bar2 from w_publ_easyq`ln_bar2 within w_rp_outware_sale_modprice end type type r_bar from w_publ_easyq`r_bar within w_rp_outware_sale_modprice end type type ln_1 from w_publ_easyq`ln_1 within w_rp_outware_sale_modprice end type type ln_2 from w_publ_easyq`ln_2 within w_rp_outware_sale_modprice end type type ln_3 from w_publ_easyq`ln_3 within w_rp_outware_sale_modprice end type type ln_4 from w_publ_easyq`ln_4 within w_rp_outware_sale_modprice end type type ddlb_scid from uo_ddlb_scid within w_rp_outware_sale_modprice integer y = 195 integer width = 549 integer height = 621 integer taborder = 110 boolean bringtotop = true end type event constructor;call super::constructor;cur_scid_arr = THIS.uo_scid_arr end event event selectionchanged;call super::selectionchanged; cur_scid_arr = THIS.uo_scid_arr cb_1.triggerevent(clicked!) end event