<?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 Re: Yes or No answer from You will do... in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145554#M78116</link>
    <description>Yes, this is possible.  The drop-down list is a VALUES list in GDL and can be populated dynamically in a custom zone stamp.  There is no SQL Server interface, so you would either have to export the table into a text file (CSV or tab-delimited, or XML) that can be read by GDL.  With effort ($$), one can use the GDL Dev Kit to create an input/output add-on that could retrieve the SQL data.  Haven't heard of anybody actually doing that though.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
    <pubDate>Fri, 15 Aug 2008 02:50:47 GMT</pubDate>
    <dc:creator>Karl Ottenstein</dc:creator>
    <dc:date>2008-08-15T02:50:47Z</dc:date>
    <item>
      <title>Yes or No answer from You will do...</title>
      <link>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145553#M78115</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi All.... this is a &lt;B&gt;'is it possibe' &lt;/B&gt;and &lt;B&gt;'what is involved'&lt;/B&gt; question from a non-user (&lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;but strong believer&lt;E&gt;&lt;/E&gt;) of Archi-Cad.&lt;BR /&gt;
&lt;BR /&gt;
I just need a few 'key terms' to research further for a client that uses ArchiCad.&lt;BR /&gt;
&lt;BR /&gt;
On a LAN (not WAN), we have a SQL Server 2005 database with a (large) list of "Room Numbers", "Departments" and &lt;B&gt;"Room Template Types"&lt;/B&gt; Names as text info in Tables (Views).&lt;BR /&gt;
&lt;BR /&gt;
To simplify - lets talk about an "external table" list of 'Room Types' with one column only.&lt;BR /&gt;
&lt;BR /&gt;
   &lt;B&gt;-&amp;gt; Is it possible to have a 'Pull Down List' of 'Room Types' for the user to choose within the 'Room Tag' for the Zone or a Room? &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
When the list of 'Room Tags' and Zones are exported from Archi-Cad, then validation can happen afterward.&lt;BR /&gt;
&lt;BR /&gt;
Have you heard of this being done?&lt;BR /&gt;
&lt;BR /&gt;
KonMan.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 May 2023 10:51:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145553#M78115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-26T10:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Yes or No answer from You will do...</title>
      <link>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145554#M78116</link>
      <description>Yes, this is possible.  The drop-down list is a VALUES list in GDL and can be populated dynamically in a custom zone stamp.  There is no SQL Server interface, so you would either have to export the table into a text file (CSV or tab-delimited, or XML) that can be read by GDL.  With effort ($$), one can use the GDL Dev Kit to create an input/output add-on that could retrieve the SQL data.  Haven't heard of anybody actually doing that though.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 15 Aug 2008 02:50:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145554#M78116</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-08-15T02:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Yes or No answer from You will do...</title>
      <link>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145555#M78117</link>
      <description>Depending on how large your office is and  how many people could potentially profit from using the system, how large and complex your database is and how integrated you want it to be with your planning/design CAD files, and how large your buildings are or how repetitive and systematic is what you do even if the buildings are not that large, it might make sense to take a look at Kimon Onuma's web-based planning system &lt;A href="http://www.onuma.com/products/" target="_blank"&gt;http://www.onuma.com/products/&lt;/A&gt; -- the 'Accounts' approach is very reasonably priced, and can be extremely powerful and useful depending on the conditions above. The whole thing works with Revit too, so this is not an ArchiCAD-only thing.</description>
      <pubDate>Fri, 15 Aug 2008 03:35:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145555#M78117</guid>
      <dc:creator>Ignacio Azpiazu</dc:creator>
      <dc:date>2008-08-15T03:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Yes or No answer from You will do...</title>
      <link>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145556#M78118</link>
      <description>Karl - Thanks for the reply.&lt;BR /&gt;
Does the list have to be specifically imported into the Archicad model/file or can Archicad &lt;B&gt;'point'&lt;/B&gt; to the CSV file?&lt;BR /&gt;
&lt;BR /&gt;
Items will be added to the list - If I can just place the CSV file in a pre-determined network location, can Archicad read this list when it is needed/loaded?&lt;BR /&gt;
&lt;BR /&gt;
Ignacio - an interesting aproach and product - I will read more into it...&lt;BR /&gt;
&lt;BR /&gt;
Regads,&lt;BR /&gt;
Konrads.</description>
      <pubDate>Fri, 15 Aug 2008 04:28:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145556#M78118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-15T04:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Yes or No answer from You will do...</title>
      <link>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145557#M78119</link>
      <description>Or a standalone programming possibility &lt;A href="http://www.trelligence.com/affinity_archicad.php" target="_blank"&gt;http://www.trelligence.com/affinity_archicad.php&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Although they started with ArchiCAD recently they seem to be focusing their efforts on the dark side &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_twisted.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 15 Aug 2008 12:49:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Yes-or-No-answer-from-You-will-do/m-p/145557#M78119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-15T12:49:54Z</dc:date>
    </item>
  </channel>
</rss>

