$FUNCNAME$
  DBAPPEND()
$CATEGORY$
  DATABASE
$SUMMARY$
   Append a new record to the database open in the current work area
$LANG_RU$
     .
$SYNTAX$
     DBAPPEND([<lReleaseRecLocks>]) --> NIL
$LANG_RU$
     DBAPPEND() --> NIL
$ARGUMENTS$
     <lReleaseRecLocks>  is a logical data type that if  true (.T.),
     clears all pending record locks, then appends the next record.  If
     <lReleaseRecLocks> is false (.F.), all pending record locks are
     maintained and the new record is added to the end of the Lock List.  The
     default value of <lReleaseRecLocks> is true (.T.).
$RETURNS$
     DBAPPEND() always returns NIL.
$LANG_RU$
     DBAPPEND()   NIL.
$DESCRIPTION$
     DBAPPEND() is a database function that lets you add records to the
     current database.  The enhancement to this function lets you maintain
     multiple record locks during an append.

     DBAPPEND() without a parameter as in earlier versions of xClipper,
     clears all pending record locks prior to an append.  This is the same as
     DBAPPEND(.T.).
$LANG_RU$
     DBAPPEND()         
      .    ,   
           , 
         .  DBAPPEND()   
     ,     APPEND BLANK.  
          APPEND BLANK.
$SEEALSO$
    DBDELETE(),DBRECALL()
$END$
