Script functions reference > Script functions in alphabetical order > N > NewPage

NewPage
Syntax
NewPage();
Description
Generates a new page according to the context in which it is called.
Note:
NewPage is not the same as FrameOverflow which affects only the current frame. You can not use the script functions NewPage or FrameOverflow when using the MultiPage function in PageOUT.
You can call NewPage in the following contexts:
A new page of header information, no Frames are started or affected. Useful for activating static reverse page information.
Note:
No frames are started on the current page.
Note:
No more frames, including the current frame, are started on the current page.
Note:
Behaves as FrameOverflow for the current frame. No more frames are started on the current page.
No more frames are started on the current page.
Note:
Returns
N/A
Example
if($var="end")
{
newpage();
}
OpenText StreamServe 5.6 Updated: 2013-03-01