BeforePH event

Examples


The BeforePH event occurs before the report’s page header prints.

Syntax

report_BeforePH(SuppressBand As Boolean)

Parameters

report – A report object.

SuppressBand As Boolean – If True, the page header won’t print and no events will occur for it.

Comments

Use the BeforePH event to reference fields in a report’s page header. Items in the page header are placed at the top of every report page. Page number, date and time fields are commonly placed in this section of a report.


Documentation Feedback