LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

related to ms-access

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

Download All
0 Kudos
Message 1 of 2
(2,364 Views)

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)?

Message Edited by GerdW on 07-29-2009 09:29 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,362 Views)