Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the form that contains progress information.
Syntax
public FormRun createProgressForm()
Run On
Called
Return Value
Type: FormRun Class
The form to use to display the progress information.
Remarks
You can overload this method. The method is called when the first page is created. The default implementation will open the SysPrintProgress form.If you implement your own progress form, you must implement the setNames and setPagePercent methods because these methods are called within the kernel.This form is shown when the pages are created, not when the pages are printed.