StdFormLast event
Occurs when the user clicks on the menu.
The default implementation makes the last object in the current collection or subcollection the current object.
The default implementation in a form without custom event handlers fires the following sequence of standard events:
- StdFormLast
 - StdFormGetBoundValues
 - StdFormPerformValidations
 - StdFormValidationsCompleted
 - StdObjectLast
 - StdObjectSelectCurrent
 - StdObjectSelectCurrentCompleted
 - StdObjectLastCompleted
 - StdFormLoadBoundValues
 - StdFormLoadDerivedValues
 - StdFormLastCompleted
 
Your application can call the default implementation by generating the event.
Remarks
The default implementation is a form-level operation.
A StdObjectLast event is fired before the last object becomes the current object.