Equinox Online Help - Language Reference - A to Z
NewPage |
|
|---|---|
| Applies to | ![]() |
| Syntax | NewPage [ResetPageExpression] |
| Action | [Statement] Forces a report page break and resets the page numbering. |
| Scope | Only usable in report methods. |
| Notes | This statement forces a report page break and optionally resets the page numbering. If ResetPageExpression evaluates to True, the next page will start numbering again from one, otherwise it will continue to increment. |
| Category | Reports |
| See Also | ChoosePrinter, ForceBreak, Print Setup, PrinterSettings, ReportField, ResetBlock |
| Example | The following example method, attached to the After Record event, ensures that a maximum of four customers are printed on each page. NoCustomers += 1 |
