Function DbGoBottom() Foundation
Sets the record pointer to the last logical record.
DbGoBottom() --> NIL
The return value of DbGoBottom() is always NIL.
The database function DbGoBottom() moves the record pointer of a work area to the last logical record. When the function is used without the alias operator, the record pointer is moved in the current work area.
The command GO BOTTOM can be used instead of DbGoBottom(). GO BOTTOM is only effective in the current work area.
After termination of the function DbGoBottom(), the record pointer is positioned at the last logical record. The last record is determined by the controlling index and/or by the active filter condition. When neither filter nor index exist, the function moves the record pointer to the last physical record.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.