10-26-2012 07:39 AM
Hi guys ,
I want to know that is there a way to select a complete Row from MultiColum List Box Or Table on the Front Penal and then paste on the next row. Its kinda same as microsoft Excel when you select a complete row and coloum and then paste it back to any other row or column and all the values are pasted. The program i am working on requires me to write bunch of values all together in the multi column list box and then copy the same values with jsut a little change(maybe in just one column) and then write them again ..
Thanks
Solved! Go to Solution.
10-26-2012 08:06 AM
Its just array manipulation if I understand your question right.
Something like this:
10-29-2012 05:40 AM
Can you send me the VI of it , that would be grate , But what I am trying to achive is that to use the front panel , but I already found out an easier way is to use Microsoft Excet or Open Office Calc with LabView.
Thanks
10-29-2012 06:00 AM - edited 10-29-2012 06:01 AM
Hi
Right click on your multi column listbox. Under Selection mode, select Highlight entire row
Under Drag adn Drop, select allow dragging and allow dropping.
Run your vi, select a row, hold control button and drag the row to the next column.
attached vi is in LV2010. Run the vi in continuous mode and try what i said
however, i have not tried this with tree.