Set Status bar text

  • Thread starter Thread starter Bill
  • Start date Start date
Bill said:
Is there a propery to set the status bar text when an event occurs?

SysCmd acSysCmdSetStatus, "This is my text"

SysCmd acSysCmdClearStatus ' clear my text from the status bar
 
Back
Top