[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 append()
 Append a row (record) to the work area
------------------------------------------------------------------------------
 Prototype

     ERRCODE append(
                       AREAP wa
                     )

 Arguments

     wa is a pointer to self.

 Description

     append() appends a row to the work area defined by wa.

 Default Behavior

     You must implement the default behavior of this method through a
     subclass.

 Implementation Notes

     .  append() allows the addition of a blank record to the work area
        defined in wa and places the work area cursor at the new row position.

     .  append() should make a call to goCold() before appending a row
        and resolve (or cancel) pending relational moves.

     .  On work areas marked as wa->fShared, pay strict attention to
        network etiquette during the append.  On work areas marked as
        wa->fReadonly, raise a recoverable error.

 Files  Header file is Rdd.api.


See Also: AREA goCold()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson