RE: FrameMaker running headers and footers

Subject: RE: FrameMaker running headers and footers
From: "Smith, Martin" <martin -dot- smith -at- encorp -dot- com>
To: "'Fisher, Melissa'" <Melissa -dot- Fisher -at- delta-air -dot- com>, TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Thu, 20 Jul 2000 13:01:08 -0600

Ok. For a truly automated approach, purchase and install FrameScript. Then
write a simple script to automatically insert a blank master page when
needed. You could then run the script to automatically fix every chapter in
the book. The script required to do this would be quite simple.


Loop for each file in the book object
Initialize an object variable with the last page object in the file
Determine whether the page contains any text
If it does not
Set LastPageObject.PageBackground = BgdNone; (where
LastPageObject is a page object variable)
EndIf
EndLoop

The BgdNone property sets the master page background property to none.

Martin




Previous by Author: RE: FrameMaker running headers and footers
Next by Author: RE: Making Word documents dead-only?
Previous by Thread: RE: FrameMaker running headers and footers
Next by Thread: RE: FrameMaker running headers and footers


What this post helpful? Share it with friends and colleagues:


Sponsored Ads