LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table navigation

Solved!
Go to solution

hello,

 

       I was wondering if anybody can give me inputs on navigating a table using arrow button up and down with out using an event structure. I'm using a labview base version.

 

 

thanks.

0 Kudos
Message 1 of 7
(3,306 Views)
Are you simply trying to be able to scroll through the data? Because if that's the case you can just use the vertical and horixontal scroll bars that are attached to the table. To show these right click on the Table, go to Visible Items and make sure the Horizontal and Vertical scrollbars are checked. Once your data becomes large enough the scroll bars will become active and enabled.
0 Kudos
Message 2 of 7
(3,295 Views)

Sorry, I hit Post before I was done...

 

If you want to programmatically navigate the table based on the arrow buttons you mentioned you would need to use the Index Values property node for the Table, which sets the top-left visible cell of the table, but without the event structure this will take a little bit more work.

0 Kudos
Message 3 of 7
(3,291 Views)
0 Kudos
Message 4 of 7
(3,289 Views)

the discussion link that was posted, looks like the program is done in 8.6. can anymore help me out translating to 8.5 and post it? 

 

thanks.

 

0 Kudos
Message 5 of 7
(3,276 Views)
0 Kudos
Message 6 of 7
(3,273 Views)
Solution
Accepted by gsajja

J-M,

 

  thanks a lot.

0 Kudos
Message 7 of 7
(3,270 Views)