company logo

DBBaseContext :: doAfterOpen - After Open handler

The after open handler is called when a database access handle has been opened and the context class instance has been created (DBO_Opened event). The handler might be used in order to initialize the the context class. Property data is not accessible in this state.

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.

Implementation details

int32 DBBaseContext  :: doAfterOpen (  )

The handler can be overloaded in specialized type context class implemented in an application.