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
- total
Type: int64
- animation
Type: Filename Extended Data Type
For animation; use the #AviFiles macro.
- numOfBars
Type: int
Number of bars; optional.
- embedded
Type: FormBuildControl Class
Remarks
The AviFiles macro contains AVI file names that can be used for animation.
See Also
RunBase.progressInit Method