<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Rick's solution assumes that all components of your book use the same page layouts, specifically the exact same header/footer specifications. Otherwise, the update will wipe out the differences. Also, this approach requires you to add/update the version info to each different master page you have defined.<br><br>Another approach that is both simpler and more general is to modify all the master pages to include a new User Variable which you define to be whatever version string you need to use. The initial setup is much the same as Rick's solution except that you use a variable rather than an explicit text string. Once the variables are in the headers of all the components, updating the version ID is as simple as redefining the value of the variable one time, in one file and importing only the variable definitions from that one file to all the rest. <br><br>-Fred Ridder<br><br><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">From: rick@rickquatro.com<br>To: tdewees@charter.net; framers@lists.frameusers.com<br>Subject: RE: global master page changes<br>Date: Mon, 25 Mar 2013 15:13:44 -0400<br><br><style><!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal {
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}

.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink {
color:blue;
text-decoration:underline;
}

.ExternalClass span.ecxMsoHyperlinkFollowed {
color:purple;
text-decoration:underline;
}

.ExternalClass span.ecxEmailStyle17 {
font-family:"Calibri","sans-serif";
color:windowtext;
}

.ExternalClass span.ecxEmailStyle18 {
font-family:"Calibri","sans-serif";
color:#1F497D;
}

.ExternalClass .ecxMsoChpDefault {
font-size:10.0pt;
}

.ExternalClass div.ecxWordSection1 {
}

--></style><div class="ecxWordSection1"><p class="ecxMsoNormal"><span style="color:#1F497D;">Hi Tim,</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;"> </span></p><p class="ecxMsoNormal"><span style="color:#1F497D;">You could change the master pages in one document and use File > Import > Formats to import the Page Layouts into the rest of the documents. Or you could use an ExtendScript script to do it because ExtendScript comes with FrameMaker 10 so you don't have to buy it. If you are interested in a script like this, please contact me offlist. Thank you very much.</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;"> </span></p><p class="ecxMsoNormal"><span style="color:#1F497D;">Rick</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;"> </span></p><p class="ecxMsoNormal"><span style="color:#1F497D;">Rick Quatro</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;">Carmen Publishing Inc.</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;">585-283-5045</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;">rick@frameexpert.com</span></p><p class="ecxMsoNormal"><span style="color:#1F497D;"> </span></p><p class="ecxMsoNormal"><span style="color:#1F497D;"> </span></p><p class="ecxMsoNormal"><span style="color:#1F497D;"> </span></p><div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in;"><p class="ecxMsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";"> framers-bounces@lists.frameusers.com [mailto:framers-bounces@lists.frameusers.com] <b>On Behalf Of </b>Timothy DeWees<br><b>Sent:</b> Monday, March 25, 2013 5:02 AM<br><b>To:</b> framers@lists.frameusers.com<br><b>Subject:</b> global master page changes</span></p></div></div><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">I have a document that changes very frequently, sometimes every month. The client likes to have a “version” in the header, such as “March 2013 Version”, “April 2013 Version,” etc.  Is there a way to globally revise all of my master pages in the book from say March to April in the header title? I’m currently running FM10 and would prefer to do this without using framescript since not everyone working with these documents has framescript.  Thanks in advance for the help.</p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">Tim DeWees</p></div><br>_______________________________________________


You are currently subscribed to framers as DocuDoc@hotmail.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscribe@lists.frameusers.com
or visit http://lists.frameusers.com/mailman/options/framers/docudoc%40hotmail.com

Send administrative questions to listadmin@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.</div>                                       </div></body>
</html>