10-16-2007 04:26 AM
10-16-2007 05:06 AM - edited 10-16-2007 05:06 AM
This seems to work for me: just put the call to subvi outside of the event node.
side note: maybe you want to put the event structure inside a while loop, so every time you double click on the table the command will be executed.
attached.
Message Edited by Gabi1 on 10-16-2007 12:11 PM
10-16-2007 05:18 AM
sorry my mistake.
you need some modification of the subvi, together with the main.
for looping we need a little bit more elaborate solution.
10-17-2007 02:31 AM
I also have solved it. It's the problem of "lock front panel bla bla..." checkbox in the event structure. If I cancel the selection of the checkbox in the mainvi, then it works well.
thank you anyway. your solution works well too.