Enable or disable the status bar.
SETSTATUSBAR(value)
value - Set to TRUE to enable the status bar.
SETSTATUSBAR(TRUE) //Enables the status bar
Using scripts to control status bar visibility:
Was this helpful?