FormFeed - Report
Handles formfeeds
Type: Procedure
Syntax
Procedure FormFeed
Call Example
Send FormFeed
Description
FormFeed handles formfeeds. It increments the Page_Count property, zeroes LineCount, and executes a FormFeed command based on the value of Page_Feed.
This is a useful method to augment or override to handle UI-based formfeeds. If you do override this method, it is your responsibility to see that LineCount is zeroed, that Page_Count is incremented, and that a formfeed occurs.
| Col 1 | Col 2 |
|---|---|
| Note: | Do not get confused between the formfeed command and the procedure of the same name. |