StdFormPrevious event
Occurs when the user clicks on the menu.
The default implementation makes the previous 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:
- StdFormPrevious
 - StdFormGetBoundValues
 - StdFormPerformValidations
 - StdFormValidationsCompleted
 - StdObjectPrevious
 - StdObjectSelectCurrent
 - StdObjectSelectCurrentCompleted
 - StdObjectPreviousCompleted
 - StdFormLoadBoundValues
 - StdFormLoadDerivedValues
 - StdFormPreviousCompleted
 
Your application can call the default implementation by generating the event.
Remarks
The default implementation is a form-level operation.
A StdObjectPrevious event is fired before the previous object becomes the current object.