[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 putRec()
 Replace the current row (record)
------------------------------------------------------------------------------
 Prototype

     ERRCODE putRec(
                       AREAP wa,
                       BYTEP buffer
                     )

 Arguments

     wa is a pointer to self.

     buffer is the buffer at the work area cursor.

 Description

     putRec() replaces the current row's data buffer with the contents of
     buffer.  This method is most notably used to transfer data between two
     similar work areas.

 Default Behavior

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

 Implementation Notes

     .  It is assumed that buffer points to the buffer at the work area
        cursor.  putRec() should call goHot() prior to flushing the buffer
        contents to disk.

 Files  Header file is Rdd.api.


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