Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The 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: BOF() EOF() DBSKIP() DBSEEK() DBGOTOP()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson