<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue Date Autotext - Work in Progress in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252614#M2136</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to change the format of the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Issue Date&lt;E&gt;&lt;/E&gt; autotext to show "WIP" instead of "Work in Progress"?&lt;BR /&gt;
&lt;BR /&gt;
In full, it does not fit in my title block as there is only space for a short hand date, resulting in it covering the drawing number...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 04 Sep 2019 07:24:00 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2019-09-04T07:24:00Z</dc:date>
    <item>
      <title>Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252614#M2136</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to change the format of the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Issue Date&lt;E&gt;&lt;/E&gt; autotext to show "WIP" instead of "Work in Progress"?&lt;BR /&gt;
&lt;BR /&gt;
In full, it does not fit in my title block as there is only space for a short hand date, resulting in it covering the drawing number...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Sep 2019 07:24:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252614#M2136</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-09-04T07:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252615#M2137</link>
      <description>We had a similar issue with the date formatting not being to our liking and just ended up making our own date field in the Issue Scheme. You can use these as autotext reference when publishing files etc same as with the default built-in fields.</description>
      <pubDate>Mon, 09 Sep 2019 12:24:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252615#M2137</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2019-09-09T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252616#M2138</link>
      <description>Ling:&lt;BR /&gt;
&lt;BR /&gt;
This is the snippet of code I use to substitute "W.I.P." for "Work in Progress":
&lt;PRE&gt;If RevOrDoI = "Revision Manager" Then
	If LayoutRevHistoryDA[vardim1(LAYOUT_REVISION_HISTORY)][4] = "Work in Progress" Then ! 28
	Text2 0, -Text_Y*.5, "W.I.P."
	Else
	Text2 0, -Text_Y*.5, LayoutRevHistoryDA[vardim1(LAYOUT_REVISION_HISTORY)][4]
	EndIf
EndIf&lt;/PRE&gt;

It works correctly for the placed Object, but gives an error message "Unitialized variable at line 28 in the 2D script of file Revision Name and Date.gsm. (rev date)" when the Object Settings dialog box is opened. Line 28 is marked in the code. The Object is placed on a Master Layout. I never could figure a way to eliminate the error message, which is a minor annoyance.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Mon, 09 Sep 2019 12:56:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252616#M2138</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2019-09-09T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252617#M2139</link>
      <description>&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;This is the snippet of code I use to substitute "W.I.P." for "Work in Progress":&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
In what are you substituting this?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 10 Sep 2019 03:15:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252617#M2139</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-09-10T03:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252618#M2140</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;This is the snippet of code I use to substitute "W.I.P." for "Work in Progress":&lt;/BLOCKQUOTE&gt;
In what are you substituting this?&lt;/BLOCKQUOTE&gt;
It is from an Object I wrote from scratch to show only the Revision name and date. I think the information you are looking for is in line 28, so you can look at the script you are working on for the change you want to make. You could also try posting at the GDL Forum, they should know more about the than I do. As I said it works, but with an error message when the settings dialog box is open.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 10 Sep 2019 12:52:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252618#M2140</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2019-09-10T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252619#M2141</link>
      <description>Just found out that your way is over complicated. You can used the stored value LAYOUT_CURRENTREVISION_OPEN then use the autotext &amp;lt;CURRENTISSUEDATE&amp;gt; if it is not true.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 24 Sep 2019 05:02:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252619#M2141</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-09-24T05:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252620#M2142</link>
      <description>Ling:&lt;BR /&gt;
&lt;BR /&gt;
Thanks for pointing out the LAYOUT_CURRENTREVISION_OPEN command. This code now works for me without the error message:
&lt;PRE&gt;If RevOrDoI = "Revision Manager" Then
	If LAYOUT_CURRENTREVISION_OPEN = 1 Then
	Text2 0, -Text_Y*.5, "W.I.P."
	Else
	Text2 0, -Text_Y*.5, LayoutRevHistoryDA[vardim1(LAYOUT_REVISION_HISTORY)][4]
	EndIf
EndIf&lt;/PRE&gt;

David</description>
      <pubDate>Wed, 09 Oct 2019 12:47:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252620#M2142</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2019-10-09T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252621#M2143</link>
      <description>Odd... I have this on my Master layout, and I am sure it used to work... but that is no longer so... Works when it is on the individual layout, but when on the Master, it is always returning 0 so I end up getting the longhand...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 12 Feb 2020 03:59:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252621#M2143</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-02-12T03:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252622#M2144</link>
      <description>Ling:&lt;BR /&gt;
&lt;BR /&gt;
Still works here (on Master Layout).&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 12 Feb 2020 13:43:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252622#M2144</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2020-02-12T13:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Date Autotext - Work in Progress</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252623#M2145</link>
      <description>Turns out it was due to being located in a View placed on the Master Layout. Was sure it used work when I first made the object... Oh well, it is now directly on the Master.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Thu, 13 Feb 2020 02:00:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Issue-Date-Autotext-Work-in-Progress/m-p/252623#M2145</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-02-13T02:00:11Z</dc:date>
    </item>
  </channel>
</rss>

