LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

values to list box

hi,

 

i want to send the values which are inserted in ms-access to a list box.

 

how can i do this in labview?

 

Thanks in advance

 

Regards

Soundarya

0 Kudos
Message 1 of 4
(3,139 Views)

Hi Soundarya,

you can get your values with a select query or with the DB Tool function. Convert this data to a string array and write it with a property node to your listbox.

 

Edit: See the attached picture.

 

Mike

Message Edited by MikeS81 on 07-27-2009 01:06 PM
0 Kudos
Message 2 of 4
(3,134 Views)

hi,

 

i didnt understand the one who have send me.

 

actually i didnt get that property node of the list box.

 

can u briefly explain me?

 

InAdvance Thanks

 

Regards

Soundarya

0 Kudos
Message 3 of 4
(3,100 Views)

Hi Soundarya,

right click on your listbox control and select: create -> property -> objectnames.

 

Mike

0 Kudos
Message 4 of 4
(3,089 Views)