RunBase.progressInit Method [AX 2012]

Initializes the Progress object in RunBase.

Syntax

public void progressInit(
    str caption, 
    int64 total, 
    Filename animation, 
   [int numOfBars, 
    FormBuildControl embedded])

Run On

Called

Parameters

  • caption
    Type: str
  • numOfBars
    Type: int
    Number of bars; optional.

Remarks

The AviFiles macro contains AVI file names that can be used for animation.

See Also

RunBase Class

RunBase.progressInit Method

SysOperationProgress::construct Method