Getting Focus on a Particular Row in a Table

I am showing a screen capture of my editing screen.

The table has a primary index of Serialno and the selected row has Serialno = 15.

After I press OK, the values in the table are updated but the focus goes to the top row.

Is there a way of getting the focus to go back to Serialno = 15?

Mike

Hey @mdsmith1

Create a variable to store the Serialno value upon the successful execution of the query and use that variable as the table's index.


1 Like

I am using the new table and it requires a default index of 0 to focus on the first row.

But your suggestion has sparked my interest. I may be able to use your idea in a different way to get this to work.

I will keep you posted.

Mike

That's great