LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

load a specific row when i select from combo box

Hello to everyone

 

I have a database with a table called Fixture, and this table has 4 columns (Model, Station, Bin and BarCode) so i put the column model in a combo box, my question is how can i do to load the other 3 columns when  chance the value in the combo like an event it's possible

 

thanks

 

i attach my vi

0 Kudos
Message 1 of 4
(2,978 Views)
Could you if you can elaborate a bit more on what you want?
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 2 of 4
(2,967 Views)

Hi

 

Get all values from the model when i select on combo box for example if i select the model 1 the value for bin is 10 and the value for station is 12 if i select model 2 the value for bin and sation change, all my data is from a Data base

 

 

i'm using database tool kit from labview

 

thanks  

0 Kudos
Message 3 of 4
(2,956 Views)
You mention an event in your first post and an event structure is what you need to add. In the value change event, do your query (SELECT Station, Bin, BarCode FROM Fixture WHERE Model ='modelname').
0 Kudos
Message 4 of 4
(2,942 Views)