FlushOutput();Used during the processing of a job. Sends portions of a large output job to the printer, even though processing of the job has not yet been completed. The FlushOutput function can only be used in After Process scripts.
0 -1 $pagecounter=num($pagecounter)+1;
if(num($pagecounter)=25
{
flushoutput();
}
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |