Previous Topic

Next Topic

Inhoudsopgave

Book Index

AfterOnNewRecord Event

EventEvent AfterOnNewRecord()

Description

Event that is fired after a new empty record is created, but before the default values are set, i.e. after the user presses the Insert button. If you want to use the default values that are possibly present, it is recommended that you use the AfterInsert Event instead.

Code Snippet

Sub AfterOnNewRecord

MsgBox "AfterOnNewRecord"

End Sub