Vorheriges Thema

Nächstes Thema

Inhaltsverzeichnis

Buchindex

AfterScroll Event

Event Event AfterScroll()

Description

Event that is fired when the current record has been changed. This can be during navigation but also once during the opening of a screen or after refreshing the record.

Code Snippet

Sub AfterScroll()

MsgBox "User has scrolled"

End Sub