DlgProgressBar.Step

DlgProgressBar.Step ( 

number ControlID )

Description

Increments the current progress in a progress bar control by the step amount specified in the DlgProgressBar.SetStep action.

Note: This action will only work if called from a screen's events and if the named control is on the current screen.

Parameters

ControlID

(number) The numeric ID of the progress bar control whose progress you want to increment.

Returns

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

See also:  Related Actions