WinStudio
Occurs when the user clicks First on the Objects menu.
The default implementation makes the first 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:
StdFormFirst
StdFormGetBoundValues
StdFormPerformValidations
StdFormValidationsCompleted
StdObjectFirst
StdObjectSelectCurrent
StdObjectSelectCurrentCompleted
StdObjectFirstCompleted
StdFormLoadBoundValues
StdFormLoadDerivedValues
StdFormFirstCompleted
Your application can call the default implementation by generating the event.
The default implementation is a form-level operation.
A StdObjectFirst event is fired before the first object becomes the current object.