StdFormFirst event

Occurs when the user clicks [First] on the [Actions] 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 this 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.

Remarks

The default implementation is a form-level operation.

A StdObjectFirst event is fired before the first object becomes the current object.