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>packrec()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 packRec()
 Copy a single row back to the current work area
------------------------------------------------------------------------------
 Prototype

     ERRCODE packRec(
                          AREAP wa,
                          LONG lRecno,
                          USHORTP lpfWritten
                       )

 Arguments

     wa is a pointer to self.

     lRecno is the number of a record which has to remain within the
     file.

     lpfWritten is a pointer to a boolean flag indicating whether the
     record will remain within the file.

 Description

     packRec() copies a single row back to the work area and is called from
     within the pack() method.

 Default Behavior

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

 Implementation Notes

     .  Within the pack() method, call packRec() for each single row
        that you want to copy back to the original database file.

 Files  Header file is Rdd.api.


See Also: AREA pack()

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