MakeSectionsInvisible(integer eSectionType Integer iGroup)
Mark an entire report section of {type} as suppressed
Available Options are:
crReportHeader
crPageHeader
crGroupHeader
crDetail
crGroupFooter
crPageFooter
crReportFooter
- Integer
hoReport - Integer
hoAreas - Integer
hoArea - Variant
vAreas - Variant
vArea - Integer
iAreas - Integer
iArea - Integer
iKind
OnInitializeReport(handle hoReport)
This is a hook message sent by the OpenReport procedure. You may use this
procedure to set selection values, print options, etc. This procedure is
intended for augmentation; it has no action by default.
- Boolean
bDetail
OnDisplayReport(Handle hoReport)
This event is called when a report is being printed to screen.
- Integer
hoViewer