xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSNext()

Searches a Full Text Search index file for a matching index entry.

Syntax

CFTSNext( <nFileHandle> ) --> nRecno

Arguments

<nFileHandle>
This is the numeric file handle of the Full Text Search index file to use for a search. The file handle is returned from CFTSOpen() or CFTSCrea().

Return

The function returns a numeric value. When it is greater than zero, it represents the ordinal position of the index entry found in the file. The value zero is returned when no match is found, and a negative numeber indicates an error condition.

Description

CFTSNext() is a synonym for function HS_Next(). Refer to HS_Next() for more information.

Info

See also:HS_Set(), HS_Verify()
Category: CFTS functions
Source:rdd\hsx\cftsfunc.c
LIB:lib\xhb.lib
DLL:dll\xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe