<?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: Updating a Table from code does not displayed data until you double click a in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7327093#M30077</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;calling&amp;nbsp;&lt;SPAN&gt;DowngradeOpen() fixed my problem. I don't recall needing to use&amp;nbsp;that&amp;nbsp;method after calling UpgradeOpen() on other objects before.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for&amp;nbsp;your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2017 20:26:58 GMT</pubDate>
    <dc:creator>gotMorris</dc:creator>
    <dc:date>2017-08-24T20:26:58Z</dc:date>
    <item>
      <title>Updating a Table from code does not displayed data until you double click a cell</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308370#M30070</link>
      <description>&lt;P&gt;After my program runs the table cells appear to be empty however if I click into &amp;nbsp;cell then click out the data is there. Any help would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before clicking&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="before.png" style="width: 425px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/391098i45B9779B9915CE8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="before.png" alt="before.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After clicking&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="after.png" style="width: 421px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/391099iB52AB3DB46EA9F11/image-size/large?v=v2&amp;amp;px=999" role="button" title="after.png" alt="after.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;table.UpgradeOpen();
table.Cells[2, 0].TextString = autoFixture.TitleBlock.AttributeData.FirstOrDefault(d=&amp;gt;d.Name == "REV").Value;
table.Cells[2, 1].TextString = "FINAL- NEW DRAWING";
table.Cells[2, 2].TextString =DateTime.Now.ToShortDateString();
table.Cells[2, 3].TextString = autoFixture.TitleBlock.AttributeData.FirstOrDefault(d =&amp;gt; d.Name == "DRAWNBY").Value;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:41:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308370#M30070</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2017-08-17T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308592#M30071</link>
      <description>&lt;P&gt;are you using table.GenerateLayout() somewhere that's not shown?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 16:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308592#M30071</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2017-08-17T16:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308606#M30072</link>
      <description>&lt;P&gt;You may want to try calling Editor.UpdateScreen() after the Transaction, within which the table is opened and updated, is committed.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 16:43:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308606#M30072</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2017-08-17T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308809#M30073</link>
      <description>&lt;P&gt;I haven't tried that yet. I assumed &lt;SPAN&gt;GenerateLayout&amp;nbsp;&lt;/SPAN&gt;was needed if I created&amp;nbsp;a new Table. Is that the case?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:48:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308809#M30073</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2017-08-17T17:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308817#M30074</link>
      <description>&lt;P&gt;&lt;SPAN&gt;UpdateScreen didn't do the trick. I did notice ,however, that if I resize the table the cell data is appears.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:51:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7308817#M30074</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2017-08-17T17:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7326840#M30075</link>
      <description>&lt;P&gt;I am still having trouble with this issue. I have noticed that any change in the properties of the table fixes the problem. Below I show how by changing the direction to "down" then "up" again the text is displayed. I have tried &lt;SPAN&gt;Editor.UpdateScreen() and&amp;nbsp;table.GenerateLayout(). Is there a way in code to refresh the table &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="fa7f85f3-a06d-4e42-8562-0c70883886ab" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/fa7f85f3-a06d-4e42-8562-0c70883886ab" width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Aug 2017 19:00:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7326840#M30075</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2017-08-24T19:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7326974#M30076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot reproduce what you describe.&lt;/P&gt;
&lt;P&gt;It's quite difficult to help you seein so few code, anyway, did you try to call.table.DowngradeOpen() after editing the table?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 19:40:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7326974#M30076</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-08-24T19:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Table from code does not displayed data until you double click a</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7327093#M30077</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;calling&amp;nbsp;&lt;SPAN&gt;DowngradeOpen() fixed my problem. I don't recall needing to use&amp;nbsp;that&amp;nbsp;method after calling UpgradeOpen() on other objects before.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for&amp;nbsp;your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 20:26:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-a-table-from-code-does-not-displayed-data-until-you/m-p/7327093#M30077</guid>
      <dc:creator>gotMorris</dc:creator>
      <dc:date>2017-08-24T20:26:58Z</dc:date>
    </item>
  </channel>
</rss>

