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.2 . 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 workarea
------------------------------------------------------------------------------
 Prototype

     ERRCODE append(
                     WORKAREAP wa
                   )

 Arguments

     wa is a pointer to self.

 Description

     Appends a row to the workarea 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 workarea
        defined in wa and places the workarea 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 workareas marked as wa->shared, pay strict attention to
        network etiquette during the append.  On workareas marked as
        wa->readonly, raise a recoverable error.

 Files:  Header file is Rdd.api.


See Also: WORKAREA goCold()

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