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>bof()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 bof()
 Determine logical beginning of file
------------------------------------------------------------------------------
 Prototype

     ERRCODE bof(
                  WORKAREAP wa,
                  BOOLP isBof
                )

 Arguments

     wa is a pointer to self.

     isBof is used to determine the logical beginning of file.

 Description

     Indicates whether the current cursor for wa is at the logical beginning
     of file.  This method provides the return value of the CA-Clipper BOF()
     function.

 Default Behavior

     Copies wa->bof to isBof.

 Implementation Notes

     .  Determine wa->bof status, then call SUPERBOF().

     .  If your RDD supports relations, update relations with a
        forceRel() prior to determining wa->bof status.

     Warning!  isBof must point to sizeof(BOOL) bytes of allocated
     memory.

 Files:  Header file is Rdd.api.


See Also: WORKAREA eof() forceRel()

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