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>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(
                    AREAP wa,
                    BOOLP isBof
                  )

 Arguments

     wa is a pointer to self.

     isBof is used to determine the logical beginning of file.

 Description

     bof() 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->fBof to isBof.

 Implementation Notes

     .  Determine wa->fBof status and then call SUPER_BOF().

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

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

 Files  Header file is Rdd.api.


See Also: AREA eof() forceRel()

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