<?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: remove select line from a table in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1798706#M620656</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/32506"&gt;@Francis321&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;[...]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I first try to insert the text file in combo box command using value property node but I only see the first line.&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use Spreadsheet String to Array to convert the text to an array of lines. Use the &lt;STRONG&gt;Strings[]&lt;/STRONG&gt; Property Node of the Combo Box (&lt;STRONG&gt;not&lt;/STRONG&gt; the Value node) to write the lines into the Combo Box product.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2011 17:42:44 GMT</pubDate>
    <dc:creator>Broken_Arrow</dc:creator>
    <dc:date>2011-12-05T17:42:44Z</dc:date>
    <item>
      <title>remove select line from a table</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1797512#M620425</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to find a way to remove a selected line in a text file. You can find a typical text file attach this that message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I first try to insert the text file in combo box command using value property node but I only see the first line.&amp;nbsp;I did the same with a table command and it work! Now I need to select a line and delete it. I try to use active cell property node but I always get (0,0). Why? Someone know how to do it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better idea to do the same task is also welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW 8,5 windows XP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank&lt;/P&gt;
&lt;P&gt;Francis&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2011 17:01:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1797512#M620425</guid>
      <dc:creator>Francis321</dc:creator>
      <dc:date>2011-12-03T17:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: remove select line from a table</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1798696#M620653</link>
      <description>&lt;P&gt;Hi Francis,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should try using the SelStart attribute of the table rather than the Active Cell property. &amp;nbsp;Active cell is just used to set the active cell. &amp;nbsp;Here is a quick modification I made to your code that will delete the selected line from the table when the delete button is pressed and output the resulting array. &amp;nbsp;Hopefully this should get you pointed in the right direction.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2011 17:35:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1798696#M620653</guid>
      <dc:creator>JD_war_eagle</dc:creator>
      <dc:date>2011-12-05T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: remove select line from a table</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1798706#M620656</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/32506"&gt;@Francis321&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;[...]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I first try to insert the text file in combo box command using value property node but I only see the first line.&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use Spreadsheet String to Array to convert the text to an array of lines. Use the &lt;STRONG&gt;Strings[]&lt;/STRONG&gt; Property Node of the Combo Box (&lt;STRONG&gt;not&lt;/STRONG&gt; the Value node) to write the lines into the Combo Box product.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2011 17:42:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1798706#M620656</guid>
      <dc:creator>Broken_Arrow</dc:creator>
      <dc:date>2011-12-05T17:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: remove select line from a table</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1799162#M620737</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both solution work! Thank you very much! I will use the table control solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Francis&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2011 22:44:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-select-line-from-a-table/m-p/1799162#M620737</guid>
      <dc:creator>Francis321</dc:creator>
      <dc:date>2011-12-05T22:44:24Z</dc:date>
    </item>
  </channel>
</rss>

