Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>append()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson