<?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 Populate a Dropdown with Folder Contents G Web Module in G Web Development Software</title>
    <link>https://ni.lithium.com/t5/G-Web-Development-Software/Populate-a-Dropdown-with-Folder-Contents-G-Web-Module/m-p/4177540#M19</link>
    <description>&lt;P&gt;I want to populate an Enum control with the file contents of a folder on the network. Is this possible?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Sep 2021 23:12:49 GMT</pubDate>
    <dc:creator>MadisonBerger</dc:creator>
    <dc:date>2021-09-09T23:12:49Z</dc:date>
    <item>
      <title>Populate a Dropdown with Folder Contents G Web Module</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Populate-a-Dropdown-with-Folder-Contents-G-Web-Module/m-p/4177540#M19</link>
      <description>&lt;P&gt;I want to populate an Enum control with the file contents of a folder on the network. Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 23:12:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Populate-a-Dropdown-with-Folder-Contents-G-Web-Module/m-p/4177540#M19</guid>
      <dc:creator>MadisonBerger</dc:creator>
      <dc:date>2021-09-09T23:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Populate a Dropdown with Folder Contents G Web Module</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Populate-a-Dropdown-with-Folder-Contents-G-Web-Module/m-p/4178521#M25</link>
      <description>&lt;P&gt;I'm not an expert in this software, but I'll try to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Instead of an "enum", try the "combo box".&amp;nbsp; The enum, as in most languages, is fixed at compile time.&amp;nbsp; Its value is an integer that the program knows how to interpret.&amp;nbsp; A combo box, on the other hand, is a string data type.&amp;nbsp; You can populate it with strings that you can then select from.&amp;nbsp; You will need to create a diagram reference to the combo box, and then you can use a property node to set its "ItemsAndValues".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Listing a folder on the network is a bit more problematic.&amp;nbsp; Access to filesystems is a bit more structured inside a web browser.&amp;nbsp; A malicious web page shouldn't be able to read your entire hard disk and upload it to a server somewhere.&amp;nbsp; There are some web APIs for accessing files, but I don't know what works with the G Web Development Software.&amp;nbsp; Perhaps one of the experts can comment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this at least gets you a little closer to a solution.&amp;nbsp; Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 22:38:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Populate-a-Dropdown-with-Folder-Contents-G-Web-Module/m-p/4178521#M25</guid>
      <dc:creator>bhpowell</dc:creator>
      <dc:date>2021-09-14T22:38:35Z</dc:date>
    </item>
  </channel>
</rss>

