Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>cftsrecn( <cftshandle> )</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   CftsRecn( <CFTShandle> )

       Purpose

   The number of records currently in the index referenced by 
   CFTShandle is returned.

       Parameters

   <CFTShandle> is an integer referring to a CFTS index.

       Return Value

   An integer greater or equal to zero, representing the number of 
   records currently in the index. Deleted records are included in this 
   total. A negative integer represents an error.

       Errors Returned

   -16   (BADPARMS): Invalid parameters were passed to the function.
   -18   (BADHANDLE): Invalid handle was passed to the function.

       Comments

   None.

       Example

   .
   .
   .
   use sales
   xhandle = CftsOpen( 'sales.ia', 20, .T. )
   if lastrec() != CftsRecn( xhandle )
       ? 'error.DBF record count does not agree with CFTS record count'
   endif
   .
   .
   .

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