$FUNCNAME$
  DBGOTO()
$CATEGORY$
  DATABASE
$SUMMARY$
   Position record pointer to a specific identity
$LANG_RU$
         .
$SYNTAX$
     DBGOTO(<xIdentity>) --> NIL
$LANG_RU$
     DBGOTO(< >) --> NIL
$ARGUMENTS$
     <xIdentity> is a unique value guaranteed by the structure of the
     data file to reference a specific item in a data source (database).  In
     a Xbase data structure (.dbf) <xIdentity> is the record number.  In
     other data formats, <xIdentity> is the unique primary key value.
     <xIdentity> could be an array offset or virtual memory handle if the
     data set is in memory instead of on disk.
$LANG_RU$
     < > -  ,    ,
          .
$RETURNS$
     DBGOTO() always returns NIL.
$LANG_RU$
     DBGOTO()   NIL.
$DESCRIPTION$
     DBGOTO() is a database function that positions the record pointer in the
     current work area at the specified <xIdentity>.  In an Xbase data
     structure, this identity is the record number because every record, even
     an empty record, has a record number.  In non-Xbase data structures,
     identity may be defined as something other than record number.
$LANG_RU$
     DBGOTO()    ,    <
     >.     ,   
      LASTREC()+1,  ,    EOF(), 
      BOF() - "" (.T.).

     DBGOTO()    ,     GO. 
          GO.
$SEEALSO$
  BOF(),DBGOBOTTOM(),DBGOTOP(),DBSEEK(),DBSKIP(),EOF()
$END$
