StdFormFilterInPlaceBegin event
Occurs when the user selects
from the menu and then clicks .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.
Related topics