StatusDlg.ShowProgressMeter

StatusDlg.ShowProgressMeter (

boolean Show = true )

Description

Shows or hides the progress meter on the built-in status dialog.

Parameters

Show

(boolean) Whether to show the progress meter on the built-in status dialog:

VALUE

DESCRIPTION

true

Show the progress meter. (Default)

false

Hide the progress meter.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions