Share via


SysOperationProgressEmbedded::newGeneral Method [AX 2012]

Instantiates an embedded operation progress class.

Syntax

client server public static SysOperationProgressEmbedded newGeneral(
    FormBuildControl control, 
   [int numOfBars, 
    boolean smooth])

Run On

Called

Parameters

  • control
    Type: FormBuildControl Class
    A container form control that will hold the operation progress controls. Typically this will be a group or tab page control.
  • numOfBars
    Type: int
    The number of bars you want.
  • smooth
    Type: boolean
    A Boolean value that determines whether the progress be updated for each change or only every three seconds? Since we are running on the client, the performance impact of running smooth is minimal.

Return Value

Type: SysOperationProgressEmbedded Class
An instance of the class.

See Also

SysOperationProgressEmbedded Class

SysOperationProgress::newGeneral Method

SysOperationProgress::newMultiBar Method