OverdueJournalCreate_W.progressInit Method [AX 2012]
Initializes new RunBaseProgress object.
public void progressInit(
str caption,
int64 total,
Filename animation,
[int numOfBars,
FormBuildControl embedded])
Run On
CalledParameters
- caption
- Type: str
Progress bar caption.
- total
- Type: int64
Total number of operations.
- animation
- Type: Filename Extended Data Type
Name of animation.
- numOfBars
- Type: int
Number of progress bars.
- embedded
- Type: FormBuildControl Class
Control where progress embedded.
Community Additions
ADD
Show: