LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

combobox database

Hi, I'm quite new to LabView. I need to query a database table and added the contents of one of the columns as items in a combobox for the user to select. I have successfully queried the data I need and have placed it into a 2D array of strings but I can't figure out how to insert the contents of one of the columns into my combobox programmatically. Any help would be appreciated. Thx.
0 Kudos
Message 1 of 2
(3,033 Views)
Strings[] or StringsAndValues[] properties of the combo box are probably what you need to programmatically fill the control, but you should post this question to the LabVIEW forum to have specific assistance, since this board is dedicated to LabWindows/CVI development environment


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,031 Views)