LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the selected rows & columns in the table?

hi everybody,
 
                     In my application the table is kept inside the event structure.I select the cells  in the table (using mouse) on running time.How to get the selected number of rows & columns in that table?
0 Kudos
Message 1 of 4
(4,697 Views)
You can use the "Selection Start" and "Selection Size" properties of the table to determine which rows and cloumns have been selected.

Right click on table on block diagram->create->property node->selection start/size
0 Kudos
Message 2 of 4
(4,687 Views)
 
How to fill the string ('H') in the selected cells when the ring value is changed in the event structure. & how to disable the delete row and column.
0 Kudos
Message 3 of 4
(4,673 Views)
Hello,
 
You can fill selected values of the table by writing to it or the corresponding property using a property node - the table is just a 2D array of strings.  I think for your "disable" question you are referring to the shortcut menu (when you right click).  If you are using LabVIEW 8.x, you can edit or disable that shortcut menu - just right click on your table at edit time and choose Advanced >> Run-Time Shortcut Menu.
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 4 of 4
(4,660 Views)