home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / EVIEW27.ZIP / EVIEW27.TXT < prev   
Text File  |  1990-12-13  |  2KB  |  65 lines

  1.  
  2.     EView, Version 2.7
  3.     By Elizabeth Anne VanderPutten
  4.     Office of Information Systems
  5.     National Science Foundation
  6.     U.S. Government, 1990
  7.     202 357-5906
  8.  
  9.  
  10.     USE         To view/edit dBASE III+ databases without loading
  11.                 dBASE.
  12.  
  13.     SYNTAX      EView infile          [infile=name of input file]
  14.  
  15.     EXAMPLE     EView YOURFILE        [.DBF extension is assumed]
  16.                 EView MYFILE90.dbf    [.DBF extension optional]
  17.                 EView SOMEFILE.qdb    [.QDB extension required for
  18.                                         compatible files.]
  19.  
  20.     NOTE        In searches, EView ignores logical fields.
  21.  
  22.  
  23.                          ----------------------
  24.                          Viewing - Editing Keys
  25.                          ----------------------
  26.  
  27.                 Key         Function
  28.                 ---         --------
  29.     QUIT        F3        = EXIT
  30.  
  31.     GOTO        G,g       = GOTO record number
  32.  
  33.     SEARCH      L (upper) = LOCATE for string within field
  34.                 l (lower) = LOCATE field
  35.  
  36.                 C,c       = CONTINUE for next occurance
  37.  
  38.     FIND        F,f       = FIND string (ONLY if index is present)
  39.  
  40.     EDIT        E,e       = Edit
  41.  
  42.     APPEND      Alt-A     = APPEND new blank record
  43.  
  44.     MOVE UP     T,t       = move to Top of file
  45.                 PgUp      = move Up one screen
  46.                 Ctrl-PgUp = move to Top of file
  47.  
  48.     MOVE DOWN   B,b       = move to Bottom of file
  49.                 PgDn      = move Down one screen
  50.                 Ctrl-PgDn = move to Bottom of file
  51.  
  52.     MOVE RIGHT  -        = move Right one field
  53.                 Ctrl--   = move screen Right one field
  54.                 End       = move to Rightmost field on screen
  55.                 Ctrl-End  = move to Rightmost field in file
  56.  
  57.     MOVE LEFT   -        = move Left one field
  58.                 Ctrl--   = move screen Left one field
  59.                 Home      = move to Leftmost field on screen
  60.                 Ctrl-Home = move to Leftmost field in file
  61.  
  62.  
  63.     Washington, D.C.
  64.     December 13, 1990
  65.