company logo

DBObjectHandle :: ExecuteDBObjectAction - Execute object context function

The function calls an action that is defined in the database object context. The function is executed on the server side first. If it was executed successfully, the function is executed on the client side, too.

The action may use the SetActionResult() function to pass the result of the action to the client application. If execution of the function on the client side returns NO the result passed from the server overwrites any result set by the client function. The result can be retrieved from the client application using the function GetActionResult().

Return value:  Success ( logical  )

Implementation details

logical DBObjectHandle  :: ExecuteDBObjectAction ( NString &action_name, NString &cnparm )
  • action_name - Action name

    Used in order to initialize CAU_Actions from database definitions.

    Notes:

    Should be C string

  • cnparm - - Title unknown