ProcessReport Method
Processes the report.
Object.ProcessReport(tcReportName [, tcForClause [, tlSummary [, tcScopeClause [, tcWhileClause [, tlPlain]]]]])
Parameters
tcReportName
The name of the report file.
tcForClause
The FOR clause.
tlSummary
The summary clause switch. If set to .T., the report is processed as if SUMMARY clause was used in the REPORT FORM command.
tcScopeClause
The string corresponding to the report's scope clause (such as NEXT 4, REST, ALL, RECORD nRecno). Default value is "ALL".
tcWhileClause
The while clause
tlPlain
Plain format switch. Send .T. as this parameter to switch the HTML output to PLAIN format. The plain format doesn't generate any page breaks to the document - one long page will be generated. The default value is .F.
Remarks
Applies To: XFRX#INIT