$FUNCNAME$
  BROWSE()
$CATEGORY$
  DATABASE
$SUMMARY$
   Browse records within a window
$LANG_RU$
       .
$SYNTAX$
     BROWSE([<nTop>], [<nLeft>], [<nBottom>], [<nRight>]) --> lSuccess
$LANG_RU$
     BROWSE([< >],[< >], [< >],[< >]) --> NIL
$ARGUMENTS$
     <nTop>, <nLeft>, <nBottom>, and <nRight> define the
     window coordinates.  If not specified, the default window coordinates
     are 1, 0 to MAXROW(), and MAXCOL().
$LANG_RU$
     < >,< >,< >  < > -
       .

        ,      1, 0,
     MAXROW(), MAXCOL().
$RETURNS$
     BROWSE() always return NIL.
$LANG_RU$
      BROWSE()   NIL.
$DESCRIPTION$
     BROWSE() is a user interface function that invokes a general purpose
     table-oriented browser and editor for records in the current work area.
     For a list of the navigation keys which are used by BROWSE(), refer to
     the DBEDIT() function.  Note that Browse() is a compatibility function.
     DBEDIT() should be used in its place.  For a more complicated BROWSE(),
     TBROWSE() should be used.
$LANG_RU$
     BROWSE() -       .
        ,   , 
        DBEDIT().
$EXAMPLES$

       This is an example of browsing a file:

	USE File1 NEW
	BROWSE()


$SEEALSO$
  DBEDIT()
$END$
