f_statbar.srf 387 B

1234567891011121314
  1. $PBExportHeader$f_statbar.srf
  2. $PBExportComments$设置自定义状态条信息--函数
  3. global type f_statbar from function_object
  4. end type
  5. forward prototypes
  6. global subroutine f_statbar (string f_c, string f_t)
  7. end prototypes
  8. global subroutine f_statbar (string f_c, string f_t);if isvalid(w_rpt_statbar) then
  9. w_rpt_statbar.dw1.modify(f_c+".text='"+f_t+"'")
  10. end if
  11. end subroutine