DBGOTOP()
Moves the record pointer to the top of the database.
Syntax
DBGOTOP()
Description
This function moves the record pointer in the selected or aliased work area to the top of the file. The position of the record pointer is affected by the values in the index key or by an active FILTER condition. Otherwise, if no index is active or if no filter condition is present, the value of RECNO() will be 1.
Examples
USE tests DBGOTOP() ? RECNO() DBGOBOTTOM() ? RECNO() USE
Compliance
Clipper
Files
Library is rdd
Seealso
BOF(), EOF(), DBSKIP(), DBSEEK(), DBGOBOTTOM()
Pingback: Harbour All Functions – D | Viva Clipper !
Pingback: Harbour Database Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !