[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 reccount()
 Obtain number of rows (records) in work area's table
------------------------------------------------------------------------------
 Prototype

     ERRCODE reccount(
                          AREAP wa,
                          ULONGP numRecords
                        )

 Arguments

     wa is a pointer to self.

     numRecords is a pointer to an unsigned long integer that determines
     the actual number of records in the work area.

 Description

     reccount() retrieves the actual number of rows in the work area.

 Default Behavior

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

 Implementation Notes

     .  reccount() should always return the physical number of rows in
        the work area regardless of conditional or filtered settings.

     Warning!  numRecords must point to sizeof(ULONG) bytes of allocated
     memory.

 Files  Header file is Rdd.api.


See Also: AREA fieldCount() recno()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson