onNextRecord event is not fired in the Framework

Witch event gets fired when I go to the next record by pushing the blue Arrow on the top right.
I want to set some values when the data on the next record are presented.

Regards
ttmgybta

When I overwrite the method “dc_rec_next” from the framework, my overwritten function is not fired, the method from the framework is fired directly.
What do I have to do, that my overwritten function gets fired?

Regards
ttmgybta

what is exactly your setup and what events/command of a form do you have or overwrite?

I figured it out in the meantime

I have overwritten the Event in the Property window
onNextRecord -non- (INHERITED)

Instead of the really INHERITED method from the framework.
dc_rec_next [svy_nav_base]

Now it works like I expected.
Thanks