Subfile scroller of more than one subfile in a screen

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
jaimosky
Posts: 40
Joined: 30 May 2017, 16:48

Subfile scroller of more than one subfile in a screen

Post 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.
tim mcentee
Posts: 40
Joined: 26 Jul 2017, 13:20

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

Post 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
Post Reply