I´ve got a table and would like to show each row as focused info among other info related to that row.
would it be possible to show the data from a Named Query row in this format
with some navigation to go back and forward to different rows?
I´ve got a table and would like to show each row as focused info among other info related to that row.
would it be possible to show the data from a Named Query row in this format
with some navigation to go back and forward to different rows?
The perspective table has a selection property that can hold the data that is currently selected. You should be able to bind your labels to that data.
Thank you dkhayes117