123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- $PBExportHeader$w_cust_member_ch.srw
- forward
- global type w_cust_member_ch from w_cust_member
- end type
- end forward
- global type w_cust_member_ch from w_cust_member
- boolean minbox = false
- windowtype windowtype = response!
- end type
- global w_cust_member_ch w_cust_member_ch
- on w_cust_member_ch.create
- call super::create
- end on
- on w_cust_member_ch.destroy
- call super::destroy
- end on
- type cb_func from w_cust_member`cb_func within w_cust_member_ch
- end type
- type cb_exit from w_cust_member`cb_exit within w_cust_member_ch
- end type
- type cb_add from w_cust_member`cb_add within w_cust_member_ch
- end type
- type cb_edit from w_cust_member`cb_edit within w_cust_member_ch
- end type
- type cb_delet from w_cust_member`cb_delet within w_cust_member_ch
- end type
- type cb_choice from w_cust_member`cb_choice within w_cust_member_ch
- boolean enabled = true
- end type
- type dw_uc from w_cust_member`dw_uc within w_cust_member_ch
- end type
- type cb_rtr from w_cust_member`cb_rtr within w_cust_member_ch
- end type
- type cb_help from w_cust_member`cb_help within w_cust_member_ch
- end type
- type ln_bar from w_cust_member`ln_bar within w_cust_member_ch
- end type
- type ln_bar2 from w_cust_member`ln_bar2 within w_cust_member_ch
- end type
- type r_bar from w_cust_member`r_bar within w_cust_member_ch
- end type
|