12345678910111213141516 |
- $PBExportHeader$f_getfilepath.srf
- global type f_getfilepath from function_object
- end type
- forward prototypes
- global function string f_getfilepath (long arg_mtrlid, string arg_classname, string arg_dwname)
- end prototypes
- global function string f_getfilepath (long arg_mtrlid, string arg_classname, string arg_dwname);uo_fj_printbill obj_fj
- obj_fj = CREATE uo_fj_printbill
- string rslt
- rslt = obj_fj.f_getfilepath(arg_mtrlid,arg_classname,arg_dwname)
- destroy obj_fj
- return rslt
- end function
|