Using the HEADER of a frame for running page footers
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can also use the HEADER section
to create running page footers. The only difference is that you
specify PAGE-BOTTOM in the frame phrase instead
of PAGE-TOP. This is how All Around Sports wants
their footers to appear:
|
Once again, the report needs a DEFINE FRAME statement
with the HEADER option as this code shows:
|
The PAGE-BOTTOM option tells the AVM to display the
frame at the bottom of each page. PAGE-TOP and PAGE-BOTTOM frames
are activated based on DISPLAY or VIEW statements.
They are deactivated when the block to which the frames are scoped
iterates or ends, which is why they have to be viewed in every iteration.