Page Header and footer

J

Jaz

How do you make the page header and page footer show up on a form? I'm
trying to create a form in continuous view that will show the page header,
footer and details.

Thanks,
Jasper
 
R

Rick Brandt

Jaz said:
How do you make the page header and page footer show up on a form?
I'm trying to create a form in continuous view that will show the
page header, footer and details.

Thanks,
Jasper

In Forms the PageHeader and PageFooter are only for *printing*. For
on-screen use, use FormHeader and FormFooter instead.
 
Top