12-18-2009 09:40 AM
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.
Solved! Go to Solution.
12-18-2009 11:33 AM
12-18-2009 11:37 AM
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.
12-18-2009 11:44 AM
12-18-2009 12:30 PM
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.
12-18-2009 12:34 PM
12-18-2009 12:35 PM
J-M,
thanks a lot.