f_getfilepath.srf 497 B

12345678910111213141516
  1. $PBExportHeader$f_getfilepath.srf
  2. global type f_getfilepath from function_object
  3. end type
  4. forward prototypes
  5. global function string f_getfilepath (long arg_mtrlid, string arg_classname, string arg_dwname)
  6. end prototypes
  7. global function string f_getfilepath (long arg_mtrlid, 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(arg_mtrlid,arg_classname,arg_dwname)
  11. destroy obj_fj
  12. return rslt
  13. end function