f_getfilepath_pic_bill.srf 643 B

12345678910111213141516171819
  1. $PBExportHeader$f_getfilepath_pic_bill.srf
  2. global type f_getfilepath_pic_bill from function_object
  3. end type
  4. forward prototypes
  5. global function string f_getfilepath_pic_bill (long arg_billtype, long arg_relid, long arg_relid_mx, string arg_classname, string arg_dwname)
  6. end prototypes
  7. global function string f_getfilepath_pic_bill (long arg_billtype, long arg_relid, long arg_relid_mx, string arg_classname, string arg_dwname);uo_fj_printbill obj_fj
  8. obj_fj = Create uo_fj_printbill
  9. String rslt
  10. rslt = obj_fj.f_getfilepath_pic_bill(arg_billtype,arg_relid,arg_relid_mx,arg_classname,arg_dwname)
  11. Destroy obj_fj
  12. RETURN rslt
  13. end function