DBBaseContext :: doAfterLocate - After locate handler
The after locate handler is called when a data instance has been located in a collection (DBO_Located event). In contrast to read, locate does not provide a selected instance in a property handle but a position, only.
The handler can be overloaded in specialized property context class implementations.
Return value: Execution error ( int32 )
The value is usually returned from context functions or actions in order to report the result of execution. The variable may contain following values:
- -1: function/action not executed
- 0: function executed normally
- 1-9: Function executed with errors. Error codes depend on the function/action called.