BeforePF event

Examples


The BeforePF event occurs before the report’s page footer prints.

Syntax

report_BeforePF(SuppressBand As Boolean)

Parameters

report – A report object.

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

Comments

Use the BeforePF event to reference fields in a report’s page footer. Items in the page footer are placed at the bottom of every report page. The page footer often includes administrative information, such as the name of the person running the report.


Documentation Feedback