LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combo box

how do I create a combo box that can display fields from database connection and lets the user choose the correct field
0 Kudos
Message 1 of 2
(2,616 Views)
Hi,

combo box don't know nothing about database. You must write some VI that get fields from database as string array. After that you can write this array to combobox property node "Strings[]".
0 Kudos
Message 2 of 2
(2,616 Views)