Advantage .NET Data Provider
Sets the table position to the last record.
public void GotoBottom();
Positions the table or cursor at the last record in natural order, obeying the current Filter. If the current handle is an index order, the table is positioned at the last logical record in the order that passes current filter or range.
See Also