Harbour Reference Guide

 

DBGOBOTTOM()

Moves the record pointer to the bottom of the database.

Syntax

DBGOBOTTOM() --> NIL

Returns

DBGOBOTTOM() always returns NIL.

Description

This function moves the record pointer in the selected or aliased work area to the end 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 the record pointer will be LASTREC().
Examples
      USE Tests
      DBGOTOP()
      ? RECNO()
      DBGOBOTTOM()
      ? RECNO()
      USE
Status

Ready

Compliance

This function is CA-Clipper compliant

Files

Library is rdd

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30