From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combo property

Solved!
Go to solution

Hi 

I am new on labview 

I select data string array (for example : name of users) from data base and I want to write them to the combobox. How can I do it.

Is any body can help me?

0 Kudos
Message 1 of 2
(2,035 Views)
Solution
Accepted by topic author barisdogan

OK, but what's your question? How to get data from a database? Do you have the Internet Toolkit? If not, you can use LabSQL (Google it). How to populate a combobox? You can populate a combobox by writing to the Strings[ ] property:

 

 

 

To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

0 Kudos
Message 2 of 2
(2,026 Views)