Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
void open([file-name]) string file-name
file-name | (optional) specifies a filename for the report output. If it is not supplied, the output file is set to run-file.OUT. If file-name is an empty string, the output file is set to STDOUT. Be sure to give a complete file specification. |
{ open(); paginate(header); . . }