StdFormFilterInPlaceBegin event

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

The default implementation activates 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:

  • StdFormFilterInPlaceBegin
  • StdFormGetBoundValues
  • StdFormFilterInPlaceBeginCompleted

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.