How to scroll up to the top of the form (document) programatically

Greetings,

I have a form in a database that will be used with Notes only, I made a table which swtiches rows programmatically by action buttons, each row is about 2-3 pages and scrollable. when user clicks the button to switch to the next row the page comes from the middle (the place that it was in the previous row), is there anyway to set it when user switches to the next row the page is automatically scrolled to the top?

I don’t know Java or Lotusscript, only @functions.

Thank you in advance

Subject: how to scroll up to the top of the form (document) programatically

In edit mode, it should be going to the first editable field in the new row.

In read mode, it usually goes to the first clickable item in the row, and barring that, to the top. For instance, if you have a doclink 1/2-way down the row, it might scroll so that the link is on screen.

You might want to put a borderless hotspot (a space, perhaps) at the top of each row so that the first clickable thing is at the top.