Previous Page | Next Page

The DOCUMENT Procedure

OBPAGE Statement


Creates or deletes a page break for an output object.
Featured in: Managing Entries

OBPAGE output-object< / <DELETE > <AFTER>>;


Required Arguments

output-object

specifies the name of the output object.


Without Options

If no options are specified, then the OBPAGE statement inserts a page break before an output object.


Options

AFTER

inserts a page break after an output object.

Tip: To delete a page break after an output object, use the AFTER option as well as the DELETE option.
DELETE

removes the page break for an output object.

Previous Page | Next Page | Top of Page