12345678910111213141516171819 |
- $PBExportHeader$f_getfilepath_pic_bill.srf
- global type f_getfilepath_pic_bill from function_object
- end type
- forward prototypes
- global function string f_getfilepath_pic_bill (long arg_billtype, long arg_relid, long arg_relid_mx, string arg_classname, string arg_dwname)
- end prototypes
- 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
- obj_fj = Create uo_fj_printbill
- String rslt
- rslt = obj_fj.f_getfilepath_pic_bill(arg_billtype,arg_relid,arg_relid_mx,arg_classname,arg_dwname)
- Destroy obj_fj
- RETURN rslt
- end function
|