what is the name of the event that occurs when you cycle through the rows of a database whose table is bound to the form.

i tried OnDataChange and OnDataSetChange but those aren't it.

i need to trigger a function to run each time a new row of data displays if the user cycles through the table.

-mondego