StdFormFilter event

Occurs when the user selects [Filter] from the [Actions] menu and then clicks [By Query].

The default implementation opens the filter form specified in the form definition.

The default implementation in a form without custom event handlers fires the following sequence of standard events:

  • StdFormFilter
  • StdQueryFormInitialize
  • StdFormPredisplay
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues
  • StdFormFilterCompleted

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

Remarks

The default implementation is a form-level operation.