<?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 Block Properties Table - suppress listing on grip drop down in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298089#M17621</link>
    <description>&lt;P&gt;I have a block with a block properties table and when using the drop down listing on the actual grip I want to suppress the listing of the block table. I want to prevent users from clicking on that option and inadvertently make changes.&lt;/P&gt;
&lt;P&gt;I've looked high and low and there is probably a simple check box somewhere but I can't find it.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Sep 2018 22:00:03 GMT</pubDate>
    <dc:creator>leothebuilder</dc:creator>
    <dc:date>2018-09-27T22:00:03Z</dc:date>
    <item>
      <title>Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298089#M17621</link>
      <description>&lt;P&gt;I have a block with a block properties table and when using the drop down listing on the actual grip I want to suppress the listing of the block table. I want to prevent users from clicking on that option and inadvertently make changes.&lt;/P&gt;
&lt;P&gt;I've looked high and low and there is probably a simple check box somewhere but I can't find it.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 22:00:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298089#M17621</guid>
      <dc:creator>leothebuilder</dc:creator>
      <dc:date>2018-09-27T22:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298091#M17622</link>
      <description>&lt;P&gt;Use a lookup instead of a block properties table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 22:01:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298091#M17622</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2018-09-27T22:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298109#M17623</link>
      <description>&lt;P&gt;Thanks for the quick response, but I assume that the answer is no.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 22:09:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298109#M17623</guid>
      <dc:creator>leothebuilder</dc:creator>
      <dc:date>2018-09-27T22:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298264#M17624</link>
      <description>&lt;P&gt;I do not know of any way to turn off the block table option on a block properties table pulldown.&amp;nbsp; A lookup parameter has almost all the same functionality of a block properties table, though, and does not have a 'table' option listed on the pulldown.&amp;nbsp; If you post the block I could tell how easy it would be to make the switch.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 23:57:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298264#M17624</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2018-09-27T23:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298458#M17625</link>
      <description>&lt;P&gt;Thank you for having a look at this.&lt;/P&gt;
&lt;P&gt;I believe the disadvantage with Lookups is that the attribute will be a field which will need a save command to update.&lt;/P&gt;
&lt;P&gt;The block table&amp;nbsp;produces an instant change of the label.&lt;/P&gt;
&lt;P&gt;Maybe there are better ways to achieve the desired result.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 03:44:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298458#M17625</guid>
      <dc:creator>leothebuilder</dc:creator>
      <dc:date>2018-09-28T03:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298464#M17626</link>
      <description>&lt;P&gt;A field does not require a save to update.&amp;nbsp; If the FIELDEVAL system variable is set to 31, the fields will update on Open, Save, Plot, Etransmit, or REGEN.&amp;nbsp; You are correct that a field referencing a lookup will not update immediately, though, and will require at least the regen to show the update.&amp;nbsp; A lookup also will not give the progressive contextual menus either.&amp;nbsp; For the same selections, you would actually need two lookups. One for selecting the shelf width and the other for selecting the shelf depth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm curious why you find the option of the&amp;nbsp; Properties Table objectionable?&amp;nbsp; It does not allow editing of the table, it just allows an alternate way of selecting the row.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 03:52:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8298464#M17626</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2018-09-28T03:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8300033#M17627</link>
      <description>&lt;P&gt;Hmmm, I just checked a block of mine with a block property table and even though the pull down grip shows you what is in the table it doesn't allow you to edit the table content.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 16:41:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8300033#M17627</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2018-09-28T16:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8301128#M17628</link>
      <description>&lt;P&gt;Actually, you are correct.&lt;/P&gt;
&lt;P&gt;The block table will appear but you can't edit it and that is what I wanted.&lt;/P&gt;
&lt;P&gt;I assumed that you could edit it, but had not tried it.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 00:01:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8301128#M17628</guid>
      <dc:creator>leothebuilder</dc:creator>
      <dc:date>2018-09-29T00:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8301129#M17629</link>
      <description>&lt;P&gt;I thought you could edit them, but had not tried.&lt;/P&gt;
&lt;P&gt;Since you can't, I'm good with that.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 00:03:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8301129#M17629</guid>
      <dc:creator>leothebuilder</dc:creator>
      <dc:date>2018-09-29T00:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8301130#M17630</link>
      <description>&lt;P&gt;Don't worry, your users will find much more creative ways of doing it wrong.&amp;nbsp; :oP&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 00:08:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/8301130#M17630</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2018-09-29T00:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/10503335#M17631</link>
      <description>&lt;P&gt;Not sure how old this posting is, but all you have to do is open the block in the block editor, select the table (not the grip) and in the properties under miscellaneous, you'll find "Show", double click on the "Yes" and select "No". Now when the block is used, it will show them the pulldown list, but not the table.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 19:13:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/10503335#M17631</guid>
      <dc:creator>VA-MikeS</dc:creator>
      <dc:date>2021-07-28T19:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Block Properties Table - suppress listing on grip drop down</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/10503599#M17632</link>
      <description>&lt;P&gt;I couldn't update my prior reply so I reposted this. The first parameter/column header in your block properties table must be a "List" type with all values specified for my answer to work correctly. I don't know if you can use other parameter measurement types, but I KNOW a list works. Once you change the table itself to not be visible by changing the property for the table to say "No" under "Show", and make sure the linear parameter used in column one is visible in ALL visibility(s) that you want the pulldown in, and turned off everywhere else, that should accomplish what you're asking for.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 21:07:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/block-properties-table-suppress-listing-on-grip-drop-down/m-p/10503599#M17632</guid>
      <dc:creator>VA-MikeS</dc:creator>
      <dc:date>2021-07-28T21:07:49Z</dc:date>
    </item>
  </channel>
</rss>

