07-29-2009 02:03 AM
hi,
i have a button in a vi, called retrieve.
so whenever I click that particular button, list box is getting opened and in that list box i was able to retrieve values from the ms-access table. so whenever i click one value from that list box, that particular value should appear in a vi where retrieve button is there. how can i do this?
below is my attached vi.
please check the code in the attahced vi.
InAdvance Thanks
Regards
Soundarya
07-29-2009 02:27 AM - edited 07-29-2009 02:29 AM
Hi Soundarya,
wait for a "mouse-click" or "value change" event of your listbox, then read it's value.
Send this value to the main loop by using a global (beware of race conditions), FGV, notifier, or queue...
Btw. this is not at all related to ms-access... How should others find this thread when searching for similar problems?
And why don't you stick with your original thread(s)?