$PBExportHeader$f_getfilepath_pic.srf global type f_getfilepath_pic from function_object end type forward prototypes global function string f_getfilepath_pic (long arg_mtrlid, string arg_classname, string arg_dwname) end prototypes global function string f_getfilepath_pic (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_pic(arg_mtrlid,arg_classname,arg_dwname) destroy obj_fj return rslt end function