Page feed after occurrence

Determines how Uniface handles page breaks if there is not enough room to print a complete frame or occurrence.

Values

Value

Description

N (No Page Break Restrictions)

Data is printed without taking into consideration where the page breaks occur. This can result in widows and orphans.

F (No Page Break Restrictions)

If there is not enough space left on the page to print the complete frame contents, Uniface issues an eject instruction before printing the frame. The eject is issued once only for a frame.

Using this frame protection method avoids using the $lines status request function.

O (Print Occurrence on Same Page)

If there is not enough space left on a page to print the occurrence, Uniface issues an eject instruction before printing the occurrence . The eject is issued once only before printing an occurrence.

Uniface does not take expansion of field or entity frames into consideration with this protection method. Use the $lines ProcScript status request function if expansion occurs and you need to protect occurrences or frames.

Related Topics