Page 1 of 1

Subfile scroller of more than one subfile in a screen

Posted: 26 Jun 2020, 22:07
by jaimosky
Hi,

I have got a screen with 2 Subfiles. Is there an easy way so when the user clicks the subfile scroller of the second subfile, the scrolling occurs in the second subfile and not in the first one?

thanks a lot for your tips!

Jaime.

Re: Subfile scroller of more than one subfile in a screen

Posted: 18 Sep 2021, 11:55
by tim mcentee
In your script to handle the button click you could try SETCURSORTO. If you have a field defined you can set it to a field in the list to scolled. Or you could set it to a specific row,column within the list.

Tim