‎2020 Mar 12 1:35 PM
Following Problem:
I have a TC on a CustomSubscreen embedded in mm01/2/3 Basic Data 2..
When I scroll vertically using scrollbar or "mouse wheel" it wants to leave the Programm with the Information Pop-Up:
"Last data screen reached"
I don't understand why!
I already defined the screennumber as the following Screen
Any Ideas?
‎2020 Mar 12 2:02 PM
Have you tried activating the debug mode with "/h" just before scrolling and see to where it leads you? Normally it shouldnt jump in the debug mode with just scrolling, but obviously an event gets activated in your case, so you must end up in coding that will return to the previous screen.
‎2020 Mar 12 2:40 PM
‎2020 Mar 12 2:58 PM
michael.piesche If it's a "Table Control", the scrolling should call the PAI.
‎2020 Mar 12 3:03 PM
It starts in HOOK_DYNP_RAL_PAI and then runs through the PAI of all Subscreens
‎2020 Mar 12 6:40 PM
As Michael said, debug your program (not the system programs like HOOK_DYNP_RAL_PAI), we can't do that for you.