<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Title Blocks #1: How to Display Existing Document Information</title>
	<atom:link href="http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/</link>
	<description>Shapes, Stencils, Drawings Templates, Tutorials, Tips &#38; Developer Info for Microsoft Visio</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:20:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-27978</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 09 Nov 2011 11:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-27978</guid>
		<description>Hi RBB,

If you copy formulas from this site that have quotes, they might be the fancy 66 99 quotes. Visio&#039;s ShapeSheet only accepts the straight quotes (&#039;&#039;), so you might have to retype them. I&#039;ve turned off the fancy quotes in the blog software several times, but they just keep coming back.

Shapes that show page scale use ShapeSheet formulas that don&#039;t update on foreground pages when placed on backgrounds, so you&#039;ll have to put scale-reporting shapes on each page, unfortunately.</description>
		<content:encoded><![CDATA[<p>Hi RBB,</p>
<p>If you copy formulas from this site that have quotes, they might be the fancy 66 99 quotes. Visio&#8217;s ShapeSheet only accepts the straight quotes (&#8221;), so you might have to retype them. I&#8217;ve turned off the fancy quotes in the blog software several times, but they just keep coming back.</p>
<p>Shapes that show page scale use ShapeSheet formulas that don&#8217;t update on foreground pages when placed on backgrounds, so you&#8217;ll have to put scale-reporting shapes on each page, unfortunately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reverbbb</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-27924</link>
		<dc:creator>reverbbb</dc:creator>
		<pubDate>Fri, 04 Nov 2011 19:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-27924</guid>
		<description>In your response dated &quot;January 22, 2009 at 11:15 pm&quot;, I tried this.

First, the quoted text will not work.

Secondly (most importantly), the scale does not update from page to page. It works on the Background page, but all the pages of different scales will not update - it shows the scale established on the Background page. It this the way it is supposed to work?

This is the last feature that I desperately need to get working for our company standard templates.</description>
		<content:encoded><![CDATA[<p>In your response dated &#8220;January 22, 2009 at 11:15 pm&#8221;, I tried this.</p>
<p>First, the quoted text will not work.</p>
<p>Secondly (most importantly), the scale does not update from page to page. It works on the Background page, but all the pages of different scales will not update &#8211; it shows the scale established on the Background page. It this the way it is supposed to work?</p>
<p>This is the last feature that I desperately need to get working for our company standard templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-24899</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 13 Oct 2010 23:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-24899</guid>
		<description>Hi Lynn,

You can get a shape object, then get the text via shp.Text.

To get a special shape on a page, you could name each shape. See: &lt;a href=&quot;http://www.visguy.com/2009/07/15/whats-my-shapes-id/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;What’s My Shape’s ID?&lt;/a&gt; for more info on shape ids and names.

So if you have a &quot;title shape&quot; on each page, you could give each one the name &quot;MyTitle&quot;.

Then you can get each title shape using pg.Shapes.Item( &quot;MyTitle&quot; ).</description>
		<content:encoded><![CDATA[<p>Hi Lynn,</p>
<p>You can get a shape object, then get the text via shp.Text.</p>
<p>To get a special shape on a page, you could name each shape. See: <a  href="http://www.visguy.com/2009/07/15/whats-my-shapes-id/" target="_blank" rel="nofollow">What’s My Shape’s ID?</a> for more info on shape ids and names.</p>
<p>So if you have a &#8220;title shape&#8221; on each page, you could give each one the name &#8220;MyTitle&#8221;.</p>
<p>Then you can get each title shape using pg.Shapes.Item( &#8220;MyTitle&#8221; ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynn</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-24894</link>
		<dc:creator>Lynn</dc:creator>
		<pubDate>Tue, 12 Oct 2010 18:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-24894</guid>
		<description>Thank you, Visio Guy. This was really helpful for me. I&#039;d only used title blocks a few times before and didn&#039;t really see their power and flexibility. 

One thing I am stuck on though (and title blocks may not be a solution) is how to roll information forward into a table of contents for a set of tabs/sheets. In particular, I have 
1. the page name (from the tab name) which in my data is a numeric value 
2. a the page number from the Visio field for page number.
3. text descriptive title from each page (actually on-page text)

1 &amp; 2 pull nicely into a TOC macro (by Stephen Turbeck &amp; greenonions.com). What I can&#039;t figure out how to do is get #3 a  into the TOC. Any help would be appreciated.

I have in the past combined numeric value and text name in the tab, but that makes the tabs very wide and more unwieldy to navigate in document with many sheets.

Thanks, Lynn</description>
		<content:encoded><![CDATA[<p>Thank you, Visio Guy. This was really helpful for me. I&#8217;d only used title blocks a few times before and didn&#8217;t really see their power and flexibility. </p>
<p>One thing I am stuck on though (and title blocks may not be a solution) is how to roll information forward into a table of contents for a set of tabs/sheets. In particular, I have<br />
1. the page name (from the tab name) which in my data is a numeric value<br />
2. a the page number from the Visio field for page number.<br />
3. text descriptive title from each page (actually on-page text)</p>
<p>1 &amp; 2 pull nicely into a TOC macro (by Stephen Turbeck &amp; greenonions.com). What I can&#8217;t figure out how to do is get #3 a  into the TOC. Any help would be appreciated.</p>
<p>I have in the past combined numeric value and text name in the tab, but that makes the tabs very wide and more unwieldy to navigate in document with many sheets.</p>
<p>Thanks, Lynn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-22496</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-22496</guid>
		<description>Custom scale display (in the previous comment by Visio Guy) is EXACTLY what I was looking for. This makes me happier than medically appropriate. Thank you very much for the tutorial and especially for this example.</description>
		<content:encoded><![CDATA[<p>Custom scale display (in the previous comment by Visio Guy) is EXACTLY what I was looking for. This makes me happier than medically appropriate. Thank you very much for the tutorial and especially for this example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21643</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Thu, 22 Jan 2009 22:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21643</guid>
		<description>Hi Michael,

It&#039;s not straightforward to calculate the page scale ratios. You have to refer to two ShapeSheet cells in the page&#039;s ShapeSheet:

- ThePage!PageScale
- ThePage!DrawingScale

So, for example to get something that looks like 1:4, you could do this in the Custom Formula field of the Insert Field dialog:

= 1 &amp; &quot;:&quot; &amp; ThePage!DrawingScale/ThePage!PageScale

To get it in &quot;inches=feet&quot; format, then something like this:

= ( 0in + ThePage!PageScale )/1in  &amp; &quot;&quot;&quot; = &quot; &amp; ThePage!DrawingScale/12in &amp; &quot;&#039;&quot;</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>It&#8217;s not straightforward to calculate the page scale ratios. You have to refer to two ShapeSheet cells in the page&#8217;s ShapeSheet:</p>
<p>- ThePage!PageScale<br />
- ThePage!DrawingScale</p>
<p>So, for example to get something that looks like 1:4, you could do this in the Custom Formula field of the Insert Field dialog:</p>
<p>= 1 &#038; &#8220;:&#8221; &#038; ThePage!DrawingScale/ThePage!PageScale</p>
<p>To get it in &#8220;inches=feet&#8221; format, then something like this:</p>
<p>= ( 0in + ThePage!PageScale )/1in  &#038; &#8220;&#8221;" = &#8221; &#038; ThePage!DrawingScale/12in &#038; &#8220;&#8216;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21639</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21639</guid>
		<description>This is a great article, and site in general.

I started using this to modify my title blocks, but have run into one problem.  How can I get the scale of the page (i.e. 3&quot; = 1&#039;)?  I don&#039;t see a scale option in the fields list.</description>
		<content:encoded><![CDATA[<p>This is a great article, and site in general.</p>
<p>I started using this to modify my title blocks, but have run into one problem.  How can I get the scale of the page (i.e. 3&#8243; = 1&#8242;)?  I don&#8217;t see a scale option in the fields list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wapperdude</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21421</link>
		<dc:creator>Wapperdude</dc:creator>
		<pubDate>Fri, 31 Oct 2008 21:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21421</guid>
		<description>Another extension of &quot;How Inserted Field Affect the ShapeSheet&quot; might be the case when it&#039;s desired to show both the file name and drawing page name at the same time, perhaps as the title.  In this case, the value cell entry becomes a &quot;run-on&quot;, i.e., no spaces:
  =TITLE()&amp;CHAR(10)&amp;PAGENAME()

Of course this assumes that the file was saved with title information entered.  Note, it only needs to be entered once, and placed on the background page.</description>
		<content:encoded><![CDATA[<p>Another extension of &#8220;How Inserted Field Affect the ShapeSheet&#8221; might be the case when it&#8217;s desired to show both the file name and drawing page name at the same time, perhaps as the title.  In this case, the value cell entry becomes a &#8220;run-on&#8221;, i.e., no spaces:<br />
  =TITLE()&amp;CHAR(10)&amp;PAGENAME()</p>
<p>Of course this assumes that the file was saved with title information entered.  Note, it only needs to be entered once, and placed on the background page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Dunlap</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21417</link>
		<dc:creator>Tom Dunlap</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21417</guid>
		<description>This posting will help me greatly.  I now can pretty much automate the process of getting my drafting guys to make sure that the necessary information is on each drawing.  In addition I now have a way of doing better document control for ISO certification. This site is really the best VISIO site that I have run across in the many years that I have been using the application. Started before MS took over the product.  

Keep up the great work</description>
		<content:encoded><![CDATA[<p>This posting will help me greatly.  I now can pretty much automate the process of getting my drafting guys to make sure that the necessary information is on each drawing.  In addition I now have a way of doing better document control for ISO certification. This site is really the best VISIO site that I have run across in the many years that I have been using the application. Started before MS took over the product.  </p>
<p>Keep up the great work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21410</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Tue, 28 Oct 2008 17:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21410</guid>
		<description>Thanks Scott,

I usually write these late at night! ;)

I&#039;ve changed the article to list DOCLASTEDIT() as the ShapeSheet function that gets inserted for &quot;Last Edit Date/Time&quot;.

And thanks for pointing out the difference between the DOCLASTEDIT() and DOCLASTSAVE() functions. Hopefully folks will have a better understanding of how to go into the ShapeSheet and make a &quot;last save&quot; SmartShape!</description>
		<content:encoded><![CDATA[<p>Thanks Scott,</p>
<p>I usually write these late at night! <img src='http://www.visguy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ve changed the article to list DOCLASTEDIT() as the ShapeSheet function that gets inserted for &#8220;Last Edit Date/Time&#8221;.</p>
<p>And thanks for pointing out the difference between the DOCLASTEDIT() and DOCLASTSAVE() functions. Hopefully folks will have a better understanding of how to go into the ShapeSheet and make a &#8220;last save&#8221; SmartShape!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Helmers</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21400</link>
		<dc:creator>Scott Helmers</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21400</guid>
		<description>Chris,

Great ideas. One question though: isn&#039;t the formula inserted for Last Edit
     DOCLASTEDIT()
and not
     DOCLASTSAVE()
as you indicate above?

DOCLASTSAVE() is actually more useful in many cases [DOCLASTEDIT()changes every time you do anything in the drawing; DOCLASTSAVE()only updates when you save]. However, &lt;i&gt;Last Save Date&lt;/i&gt; isn&#039;t on the Insert/Field menu -- you have to know to enter the formula manually in the shape sheet, or choose &lt;i&gt;Last Edit Date&lt;/i&gt; and then edit the formula.

Scott</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Great ideas. One question though: isn&#8217;t the formula inserted for Last Edit<br />
     DOCLASTEDIT()<br />
and not<br />
     DOCLASTSAVE()<br />
as you indicate above?</p>
<p>DOCLASTSAVE() is actually more useful in many cases [DOCLASTEDIT()changes every time you do anything in the drawing; DOCLASTSAVE()only updates when you save]. However, <i>Last Save Date</i> isn&#8217;t on the Insert/Field menu &#8212; you have to know to enter the formula manually in the shape sheet, or choose <i>Last Edit Date</i> and then edit the formula.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21396</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 22 Oct 2008 01:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21396</guid>
		<description>Stop press, have worked out how to do this myself.  Not sure if this is the correct/easiest method but I inserted a Custom Formula field and stated the &#039;client&#039; shapes CustomerProp field, i.e. formuala is =Sheet.20!Prop.ClientName

cheers Tony</description>
		<content:encoded><![CDATA[<p>Stop press, have worked out how to do this myself.  Not sure if this is the correct/easiest method but I inserted a Custom Formula field and stated the &#8216;client&#8217; shapes CustomerProp field, i.e. formuala is =Sheet.20!Prop.ClientName</p>
<p>cheers Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21395</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 22 Oct 2008 00:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21395</guid>
		<description>Thanks for the tip, I&#039;ve been using title blocks for a while now but I have one question that I&#039;d like an answer to..  Lets say I&#039;ve created a text field called &#039;client&#039;.  Using either just the &quot;text&quot; entered in that text block OR (if it&#039;s easier) defining and using the custom properties of the shape, can I then re-use/link the value/text in the text field in other parts of my diagram?  i.e. on my title sheet I want to insert the text from this &#039;client&#039; text block into other parts of the diag.  I know you can use the Properties etc however I find most people forget to use the properties page so it&#039;s easier to create my own text blocks on the front page.

cheers Tony</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I&#8217;ve been using title blocks for a while now but I have one question that I&#8217;d like an answer to..  Lets say I&#8217;ve created a text field called &#8216;client&#8217;.  Using either just the &#8220;text&#8221; entered in that text block OR (if it&#8217;s easier) defining and using the custom properties of the shape, can I then re-use/link the value/text in the text field in other parts of my diagram?  i.e. on my title sheet I want to insert the text from this &#8216;client&#8217; text block into other parts of the diag.  I know you can use the Properties etc however I find most people forget to use the properties page so it&#8217;s easier to create my own text blocks on the front page.</p>
<p>cheers Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wapperdude</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21393</link>
		<dc:creator>Wapperdude</dc:creator>
		<pubDate>Tue, 21 Oct 2008 15:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21393</guid>
		<description>Hmmm.  Probably true, except the title block seems unusually large for A-sized.  Don&#039;t know if D- and E-sized need to stretch.</description>
		<content:encoded><![CDATA[<p>Hmmm.  Probably true, except the title block seems unusually large for A-sized.  Don&#8217;t know if D- and E-sized need to stretch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2008/10/21/title-blocks-1-how-to-display-existing-document-information/comment-page-1/#comment-21392</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1272#comment-21392</guid>
		<description>Hmm. Interesting. It&#039;s not too hard to make a title block that stretches with the page. 

I always thought that a title block should stay roughly the same size, the idea being that on a bigger drawing there is more space for more drawing details, and the title block takes up proportionally less of the paper.

Ie: the text on the title block is always 12pt, no matter the paper size, so to speak. Does that make sense? Is it flat out wrong?

The trick is making shapes that do both. Sometimes people want the text to stretch with the shape, other times they don&#039;t. It&#039;s hard to know which one folks will want on any given day.

- Chris</description>
		<content:encoded><![CDATA[<p>Hmm. Interesting. It&#8217;s not too hard to make a title block that stretches with the page. </p>
<p>I always thought that a title block should stay roughly the same size, the idea being that on a bigger drawing there is more space for more drawing details, and the title block takes up proportionally less of the paper.</p>
<p>Ie: the text on the title block is always 12pt, no matter the paper size, so to speak. Does that make sense? Is it flat out wrong?</p>
<p>The trick is making shapes that do both. Sometimes people want the text to stretch with the shape, other times they don&#8217;t. It&#8217;s hard to know which one folks will want on any given day.</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/27 queries in 0.012 seconds using disk: basic
Object Caching 581/585 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-12 10:45:32 -->
