📚 SAP Business One SDK Help

ProgressIndicator Event
See Also 
MaxValue

Specifies the maximum value that can be reached by the process.

CurrentValue

Specifies the current value that the process reached.

Description

Progress indicator for long process execution.
To be supported in future releases.

Syntax

Visual Basic
Public Event ProgressIndicator( _
   ByVal MaxValue As Long, _
   ByVal CurrentValue As Long _
)

Parameters

MaxValue

Specifies the maximum value that can be reached by the process.

CurrentValue

Specifies the current value that the process reached.

Example

See Also