Event BeforeOnNewRecord()
Description
Event that is fired just before a new empty record is created.
Code Snippet
Sub BeforeOnNewRecord
MsgBox "BeforeOnNewRecord"
MsgBox
BeforeOnNewRecord
End Sub