Go to the same line in a list

  • Thread starter Thread starter Isleifur
  • Start date Start date
I

Isleifur

I am making list similar to the Students list in the Student template
When I go back to the list after opening the Students Details
the focus go to anoter record at the top of the page showing the list

I want to have the focus on the same line or the next in the list.

Can anybody give me informations how to solve this?
 
It depends on how you go back. Do you just close the Students Details or do
something else?

You have to have something that identifies that record like a primary key.
You have to store that information and then on return use macro FindRecord.
 
Back
Top