Subject: RE: What is Document Title?
PROBLEM: From the Notes Client, I am trying to print out the windows title in the footer of the form. Footer prints correctly on pages 2, 3, etc. but does not print on page 1. I see this same problem posted by Michael Peet on 2-21-05 with no resolution.
I have tried to solve my own problem before posting this using the following information and processes:
I have found footer print properties on the following:
file - database - properties - third (printer) tab - footer - &W
file - document properties - fourth (printer) tab - footer - &W
In designer (Thanks to you, Catalin, I found this)
Form properties - sixth (printer) tab - footer - &W
I have used the set the &W on the form property on the 6th tab to &W with the checkbox entitled Print header and footer on first page checked. I have checked to see if anything is set under database and document properties. Nothing is set for them.
In the Notes Client Form design, I have the following formula on the form to generate a Windows Title:
@If(subject=“”;" ";subject). Thus, using &W, I should be (and AM) getting subject in the footer if doc has a subject. BUT its not printing on the first page–But to make sure I wasnt having issues with subject, I HARDCODED a footer: TESTFOOTER instead of &W
I see from a 11/26/02 post by Andre Guirard that"…database print headers and footers are personal settings, whereas form print headers and footers are part of the design…" and that removing from the wokspace removes personal settings. So I’ve now removed from my workspace in case there really were some personal settings were colliding with db settings.
TESTFOOTER prints nicely on pages 2, 3. 4… (as a result of being coded in the Form print properties) But footer is STILL not printing on 1st page. Any ideas??