DlgProgressBar.SetStep

DlgProgressBar.SetStep ( 

number ControlID,

number Step )

Description

Sets the step value of the progress bar control that will be used whenever DlgProgressBar.Step is called.

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 step value you want to set.

Step

(number) The numeric step value you want to use.

Returns

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

See also:  Related Actions