SETFOOTER

Display or hide the page footer.

Syntax

SETFOOTER(value)

Arguments

value - Boolean value used to control footer visibility. Set to TRUE to display the footer.

Example

SETFOOTER(TRUE)
//Displays the footer
Script to control footer visbility

Observe how the footer displayed or hidden:

Controlling footer visibility with scripts

Last updated

Was this helpful?