Overview
This app searches a column of data for a partial string match, and displays the current search results in a listbox. Clicking on an element in the listbox shows the corresponding element of the second column of data.
Description
This application loads 2 column data from a spreadsheet file (txt) and uses it to populate a listbox with entries. Upon starting to enter values in the search box, the listbox witll update with values that partially or completely match your search. You can click on an item to generate an event, which in turn retreives the element of the same index from the next column, in this case a phone number corresponding to a name.
Requirements
Steps to Implement or Execute Code
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.