StdFormFilterInPlaceCancel event

Occurs when the user selects Filter from the Actions menu and then clicks Cancel In Place.

The default implementation deactivates Filter-in-Place mode for the current form.

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

  • StdFormFilterInPlaceCancel
  • StdFormGetBoundValues
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues
  • StdFormFilterInPlaceCancelCompleted

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

Remarks

The default implementation is a form-level operation. Generation of most events is disabled in Filter-in-Place mode. The StdFormFilterInPlaceCancel event is an exception and can be generated in Filter-in-Place mode to call its handler. When this event is generated, the restriction on generating events in Filter-in-Place mode is lifted and an event handler can generate any other event and allow its handlers to execute.