StdFormFilter event
Occurs when the user selects “” from the “” menu and then clicks “”.
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.