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>alphabetical cfts function reference</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Alphabetical CFTS Function Reference

   CftsAdd( <CFTShandle>>, <expC> )
        Add a new record to the CFTS index.

   CftsClose( <CFTShandle> )
        Close an open CFTS index.

   CftsCrea( <expC>, <expN1>, <expN2>, <expL>, <expN3> )
        Create CFTS index.

   CftsDelete( <CFTShandle>, <expN> )
        Mark CFTS index record as deleted.

   CftsIfdel( <CFTShandle>, <expN> )
        Test if CFTS index record is deleted.

   CftsNext( <CFTShandle> )
        Get next CFTS record matching the criteria set by CftsSet.

   CftsOpen( <expC>, <expN1>, [<expL> | <expN2>] )
        Open a CFTS index.

   CftsRecn( <CFTShandle> )
        Get number of records in CFTS index.

   CftsReplac( <CFTShandle>, <expN> )
        Replace or update a CFTS record.

   CftsSet( <CFTShandle>, <expC> )
        Prepare CFTS index for search by CftsNext.

   CftsUndel( <CFTShandle>, <expN> )
        Undelete a CFTS index record that is marked deleted.

   CftsVeri( <CFTShandle> , <expC1> , <expC2> , <expN> )
        Verify a target string against the .DBF source string.

   CftsVers()
        Returns version information of the CFTS library as a string.


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