Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The RightTimeBar shows or hides the right time bar in the schedule. The right time bar servers the same purpose as the LeftTimeBar. Set it to 0 to hide the timebar or 1 to show it. It is off by default.

...

Code Block
// Show the right time bar 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.RightTimeBar", Yes$)

See Also

LeftTimeBar