w_cust_member_ch.srw 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. $PBExportHeader$w_cust_member_ch.srw
  2. forward
  3. global type w_cust_member_ch from w_cust_member
  4. end type
  5. end forward
  6. global type w_cust_member_ch from w_cust_member
  7. boolean minbox = false
  8. windowtype windowtype = response!
  9. end type
  10. global w_cust_member_ch w_cust_member_ch
  11. on w_cust_member_ch.create
  12. call super::create
  13. end on
  14. on w_cust_member_ch.destroy
  15. call super::destroy
  16. end on
  17. type cb_func from w_cust_member`cb_func within w_cust_member_ch
  18. end type
  19. type cb_exit from w_cust_member`cb_exit within w_cust_member_ch
  20. end type
  21. type cb_add from w_cust_member`cb_add within w_cust_member_ch
  22. end type
  23. type cb_edit from w_cust_member`cb_edit within w_cust_member_ch
  24. end type
  25. type cb_delet from w_cust_member`cb_delet within w_cust_member_ch
  26. end type
  27. type cb_choice from w_cust_member`cb_choice within w_cust_member_ch
  28. boolean enabled = true
  29. end type
  30. type dw_uc from w_cust_member`dw_uc within w_cust_member_ch
  31. end type
  32. type cb_rtr from w_cust_member`cb_rtr within w_cust_member_ch
  33. end type
  34. type cb_help from w_cust_member`cb_help within w_cust_member_ch
  35. end type
  36. type ln_bar from w_cust_member`ln_bar within w_cust_member_ch
  37. end type
  38. type ln_bar2 from w_cust_member`ln_bar2 within w_cust_member_ch
  39. end type
  40. type r_bar from w_cust_member`r_bar within w_cust_member_ch
  41. end type