home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / TOOLS / NOTES < prev    next >
Encoding:
Text File  |  1976-11-25  |  4.7 KB  |  98 lines

  1.  
  2.                           SET ON/OFF Commands
  3.                           ===================
  4.  
  5.  
  6. SET <switch>            When option is ON:
  7. ------------            ------------------
  8. SET BELL ON/off         Enables the console bell.
  9. SET CARRY on/OFF        Brings information from the last record into the
  10.                         next record.
  11. SET CENTURY on/OFF      Makes all dates display with a 4 digit year
  12.                         (e.g. 1985).
  13. SET CONFIRM on/OFF      Requires the user to press the Enter key before
  14.                         dBASE III PLUS continues to the next GET.
  15. SET CONSOLE ON/off      Makes sure all information is displayed on the
  16.                         screen.
  17. SET DEBUG on/OFF        Routes output of SET ECHO to the printer.
  18. SET DELETED on/OFF      Ignores all records marked for deletion.
  19. SET DOHISTORY on/OFF    Captures commands executed from a program file in
  20.                         HISTORY.
  21. SET ECHO on/OFF         Echoes commands executed in a program to the screen.
  22. SET ESCAPE ON/off       Allows an executing program to be interrupted from the
  23.                         keyboard with the Esc key.
  24. SET EXACT on/OFF        Requires an exact match for character string equality.
  25. SET FIXED on/OFF        Displays a fixed number of decimal places for numeric
  26.                         output.
  27. SET HEADINGS ON/off     Displays field headings during the LIST and DISPLAY
  28.                         operations.
  29. SET HELP ON/off         Asks the question, "Do you want some help? (Y/N)"
  30.                         when you make a mistake.
  31. SET INTENSITY ON/off    Uses enhanced mode for full-screen commands.
  32. SET MENUS ON/off        Displays the cursor navigation menu during full-screen
  33.                         commands.
  34. SET SAFETY ON/off       Reminds the user when he/she is about to overwrite an
  35.                         already existing file.
  36. SET SCOREBOARD ON/off   Displays messages on the status bar or top line.
  37. SET STATUS ON/off       Displays the status bar at the bottom of all
  38.                         full-screen operation.
  39. SET STEP on/OFF         Halts execution after each command.
  40. SET TALK ON/off         Puts command results on the screen.
  41. SET TITLE ON/off        Prompts for a file title when a catalog is in use.
  42. SET UNIQUE on/OFF       Includes in the index file only the first record of a
  43.                         set of identical key values.
  44.  
  45.  
  46.  
  47.                                 SET TO Commands
  48.                                 ===============
  49.  
  50.  
  51.     1 - SET ALTERNATE         9 - SET FIELDS         17 - SET MESSAGE
  52.     2 - SET CATALOG          10 - SET FILTER         18 - SET ORDER
  53.     3 - SET COLOR            11 - SET FUNCTION       19 - SET PATH
  54.     4 - SET DATE             12 - SET FORMAT         20 - SET PRINT
  55.     5 - SET DECIMALS         13 - SET HISTORY        21 - SET PROCEDURE
  56.     6 - SET DEFAULT          14 - SET INDEX          22 - SET RELATION
  57.     7 - SET DELIMITERS       15 - SET MARGIN         23 - SET TYPEAHEAD
  58.     8 - SET DEVICE           16 - SET MEMOWIDTH      24 - SET VIEW
  59.  
  60.  
  61.  
  62.                 dBASE III PLUS Commands --- Starter Set
  63.                 =======================================
  64.  
  65.  
  66.  1 - ?            12 - DELETE FILE     23 - LABEL       34 - REPORT
  67.  2 - APPEND       13 - DIR             24 - LIST        35 - SCREEN
  68.  3 - AVERAGE      14 - DISPLAY         25 - LOCATE      36 - SEEK
  69.  4 - BROWSE       15 - DO              26 - MODIFY      37 - SET
  70.  5 - CHANGE       16 - EDIT            27 - PACK        38 - SKIP
  71.  6 - CLEAR        17 - ERASE           28 - QUERY       39 - SORT
  72.  7 - CONTINUE     18 - EXPORT          29 - QUIT        40 - STORE
  73.  8 - COPY         19 - FIND            30 - RECALL      41 - SUM
  74.  9 - COUNT        20 - GO/GOTO         31 - RELEASE     42 - TOTAL
  75. 10 - CREATE       21 - IMPORT          32 - RENAME      43 - TYPE
  76. 11 - DELETE       22 - INDEX           33 - REPLACE     44 - USE
  77.  
  78.  
  79.  
  80.  
  81.  
  82.                dBASE III PLUS Commands --- Advanced Set
  83.                ========================================
  84.  
  85.  
  86.  1 - @                12 - IF             22 - ON            32 - RETURN
  87.  2 - ACCEPT           13 - INPUT          23 - PARAMETERS    33 - RUN/!
  88.  3 - CANCEL           14 - INSERT         24 - PRIVATE       34 - SAVE
  89.  4 - CALL             15 - JOIN           25 - PROCEDURE     35 - SELECT
  90.  5 - CLOSE            16 - LOAD           26 - PUBLIC        36 - SUSPEND
  91.  6 - COPY FILE        17 - LIST CMDS      27 - READ          37 - TEXT
  92.  7 - DISPLAY CMDS     18 - LOOP           28 - REINDEX       38 - UPDATE
  93.  8 - DO CASE          19 - MACRO/&        29 - RESTORE       39 - VIEW
  94.  9 - DO WHILE         20 - MODIFY CMDS    30 - RESUME        40 - WAIT
  95. 10 - EJECT            21 - NOTE/*         31 - RETRY         41 - ZAP
  96. 11 - EXIT
  97.  
  98.