StdFormNext event

Occurs when the user clicks Next on the Actions menu.

The default implementation makes the next 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:

  • StdFormNext
  • StdFormGetBoundValues
  • StdFormPerformValidations
  • StdFormValidationsCompleted
  • StdObjectNext
  • StdObjectSelectCurrent
  • StdObjectSelectCurrentCompleted
  • StdObjectNextCompleted
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues
  • StdFormNextCompleted

Your application can call the default implementation by generating the event.

Remarks

The default implementation is a form-level operation.