CALL "W$PROGRESSDIALOG" USING WPROGRESSDIALOG-SET-PROGRESS pDialogHandle completed total |
WPROGRESSDIALOG-SET-PROGRESS | Constant | |
pDialogHandle | HANDLE | Handle returned by WPROGRESSDIALOG-CREATE. |
completed | PIC 9(n) | It specifies what proportion of the work has been completed so far. |
total | PIC 9(n) | It specifies what value the completed parameter will have when the work is complete. |