1234567891011121314 |
- $PBExportHeader$f_statbar.srf
- $PBExportComments$设置自定义状态条信息--函数
- global type f_statbar from function_object
- end type
- forward prototypes
- global subroutine f_statbar (string f_c, string f_t)
- end prototypes
- global subroutine f_statbar (string f_c, string f_t);if isvalid(w_rpt_statbar) then
- w_rpt_statbar.dw1.modify(f_c+".text='"+f_t+"'")
- end if
- end subroutine
|