f_open_cred.srf 645 B

12345678910111213141516171819
  1. $PBExportHeader$f_open_cred.srf
  2. global type f_open_cred from function_object
  3. end type
  4. forward prototypes
  5. global subroutine f_open_cred (long arg_credid)
  6. end prototypes
  7. global subroutine f_open_cred (long arg_credid);s_edit_index_tran s_tran_cred //翻页功能窗口 传递参数使用
  8. s_tran_cred.if_retrieve_all = True //是否一次RETRIEVE所有行
  9. s_tran_cred.work_mode = 0 //0-单纯编辑模式, 1-选择模式
  10. s_tran_cred.arg_pkid = 0 //目标定位PKID (备用)
  11. s_tran_cred.arg_string_code = '' //查询列部分内容,用于初步筛选
  12. s_tran_cred.e_long = arg_credid
  13. OpenWithParm(w_credence_edit,s_tran_cred)
  14. end subroutine