Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
Release 9.2.0.4

Part Number B10954-01
Go To Table Of Contents
Contents

PostAdd Trigger Method

Applies To

OBinder

OBound

Description

Called after a new record is added

Usage

virtual oresult PostAdd(void)

Remarks

The default OBound PostAdd trigger will refresh the value of the OBound.

The default OBinder PostAdd trigger does nothing.

Adding a record may happen either because of AddNewRecord or DuplicateRecord.


 
Oracle
Copyright © 1998, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents