LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select a string from a table indicator.

Basicly, what i need is a way to select a string from a table indicator by clicking it. The table is read from a SQL database. I know how to select from a table control but dont know how to do it from an indicator.
0 Kudos
Message 1 of 6
(3,095 Views)
Not sure what you're exactly doing with the control and why whatever you're doing won't work with the indicator, but one way to do this is to simply use the Mouse Down event of the table:

Download All
0 Kudos
Message 2 of 6
(3,071 Views)
getting an error : labview : memory is full
an error occured loading VI ' Table Mouse Down.vi'
LABVIEW load error code 14 : Could not load data space type map.
when opening your VI :S
i'm using 8.2


Message Edited by FrankBro on 07-12-2008 09:38 AM
0 Kudos
Message 3 of 6
(3,066 Views)

Can you post your code?

R

0 Kudos
Message 4 of 6
(3,061 Views)
Guess the Save for Previous Version didn't work that time. Well, that's why I posted a screenshot of the code so you could recreate it. Attached is the VI in 8.2.

As indicated, if you post your code we may be able to tell you what is wrong with your code.
0 Kudos
Message 5 of 6
(3,050 Views)
ok got it to work, its perfect, thx 🙂
0 Kudos
Message 6 of 6
(3,046 Views)