Share via


SysOperationProgressForm.setupForm Method [AX 2012]

Sets up the form for progress indication.

Syntax

public container setupForm(
    int id, 
   [str _caption, 
    str _animation, 
    int textLength])

Run On

Client

Parameters

  • id
    Type: int
    The ID for the operation step.
  • _caption
    Type: str
    The caption to display on the form; optional.
  • _animation
    Type: str
    The name of the animated file (.avi) to be displayed; optional.
  • textLength
    Type: int
    The maximum length (in characters) for the progress text before the text wraps to an additional line; optional.

Return Value

Type: container
A container of scale values for the operation step.

See Also

Reference

SysOperationProgressForm Class