w3mvDProgress

w3mvDProgress updates an mvDesigner progress bar and returns immediately.  

Syntax

call w3mvDProgress  (Object, Minimum, Maximum, Current)  

Parameters

Object

In

The name of the progress bar object.

Minimum

In

The minimum value shown on the progress bar. Values: numeric, greater than 0.

Maximum

In

The maximum value shown on the progress bar. Values: numeric, greater than Minimum.

Current

In

The current value shown on the progress bar. Values: numeric, greater or equal to Minimum, equal or less than Maximum.

Invalid values result in the progress bar not being updated and a message is logged.

Example Program

w3mvdProgressTest