07-27-2009 05:56 AM
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
07-27-2009 06:02 AM - edited 07-27-2009 06:06 AM
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
07-28-2009 01:57 AM
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
07-28-2009 02:46 AM
Hi Soundarya,
right click on your listbox control and select: create -> property -> objectnames.
Mike