StdFormFilterInPlaceExecute event
Occurs when the user selects from the menu and then clicks .
The default implementation executes Filter-in-Place processing.
The default implementation in a form without custom event handlers fires the following sequence of standard events:
- StdFormGetBoundValues
 - StdFormFilterInPlaceExecute
 - StdObjectRefresh
 - StdObjectSelectCurrent
 - StdObjectSelectCurrentCompleted
 - StdObjectRefreshCompleted
 - StdFormLoadBoundValues
 - StdFormLoadDerivedValues
 - StdFormRefreshCompleted
 - StdFormFilterInPlaceExecuteCompleted
 
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 StdFormFilterInPlaceExecute 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.