Previous Topic

Next Topic

Inhoudsopgave

Book Index

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