Set Status bar text

D

Dirk Goldgar

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
 
Top