LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 1 occured in sub VI

Solved!
Go to solution
Solution
Accepted by Student_LV

The value of the combobox is not going to update when you update the Strings[] property.  You might want to do some logic to set a "default" value as you update the Strings[] and pass that value into your Get Data VI.  I will often just use the first allowed string (index array with no index wired to it).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 12
(455 Views)

Hello

I indexed the array "sheets name" and wired the string  to the "get sheet data " and it works well, no more race condition. 

I thank you so much for the solution you suggested to me.

 

0 Kudos
Message 12 of 12
(443 Views)