STATUSBAR

Description

Methods for desktop STATUSBAR objects.

Methods

STATUSBAR.ABORT_CHECK Method

The STATUSBAR.ABORT_CHECK() method returns TRUE (.T.) if the user has clicked an abort button or hyperlink on the Status Bar.

STATUSBAR.ABORT_RESET Method

The STATUSBAR.ABORT_RESET() method resets the abort state. Use this method before you start an abort loop and after an abort is canceled).

STATUSBAR.CLEAR Method

The STATUSBAR.CLEAR() method clears the Status Bar.

STATUSBAR.PERCENT Method

The STATUSBAR.PERCENT() method displays a bar graph on the Status Bar showing the percent completion of a task. Use this method when you know the total number of iterations in a task. If you do not know how many iterations a task has, use the STATUSBAR.ROBOT() method instead.

STATUSBAR.ROBOT Method

The STATUSBAR.ROBOT() method displays a broken line bar graph on the Status Bar indicating that a task is being performed. The broken line grows until it reaches the end of its display area on the Status Bar, and then it restarts. Use this method when you do not know the total number of iterations in a task. If you do know how many iterations a task has, use the STATUSBAR.PERCENT() method instead.

STATUSBAR.SET_TEXT Method

The STATUSBAR.SET_TEXT() method displays the specified text on the Status Bar.