StdFormColFind event
Occurs when the user clicks
on the menu.The default implementation opens the Find dialog box, with the current property of the current collection selected.
In a form without custom event handlers, if the user clicks Find dialog box and a specified value is found, the entire sequence of standard events is:
in the- StdFormColFind
- StdFormGetBoundValues
- StdFormPerformValidations
- StdFormValidationsCompleted
- StdObjectSelectCurrent
- StdObjectSelectCurrentCompleted
- StdFormLoadBoundValues
- StdFormLoadDerivedValues
- StdFormColFindCompleted
Your application can call the default implementation by generating the event.