Previous Topic

Next Topic

Inhoudsopgave

Book Index

AfterPost Event

Event Event AfterPost()

Description

Event that is fired after the modifications of the record have been posted to the database. This can be after inserting, editing or deleting a record.

Code Snippet

Sub AfterPost

MsgBox "AfterPost"

End Sub