FILEFLEX API REFERENCE



NAME
DBGo -- Move to a physical, numbered record

SYNTAX
DBGo(record-number)

CATEGORY
Navigating the Database

DESCRIPTION
You can position the current record pointer at any physical record, even with a currently active index, by using the FileFlex DBGo function. It takes one argument, the record number to which you wish to be positioned. It does not retrieve any data.

The above line will move the current record pointer to physical record 39. A "physical" record is usually different from a "logical" record, which refers to the record's number in indexed, or sorted, sequence.


EXAMPLE
put DBGo(39) into dbResult

SEE ALSO
DBSkip

INTERNAL FUNCTION NUMBER
10


Copyright © 1992-1998 by David Gewirtz, under license to Component Enterprises, Inc.
Contact: info@component-net.com

Casa de Bender