home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / decus / RB139 / mail20r.lzh / MAIL20R.DOC < prev    next >
Text File  |  1988-10-12  |  4KB  |  69 lines

  1.  
  2.                   Reliance Mailing List Program Version 2.0R
  3.  
  4.       The original program as I received it was set up for Kaypro CP/M.
  5.       I revised the source code to suit DEC Rainbow MS-DOS, and
  6.       re-compiled.  Version 2.0R is the result.  This version responds
  7.       to Rainbow keys according to the following table:
  8.  
  9.          ------------------------------------------------------------
  10.          | Action              |   Control      |     Rainbow       |
  11.          |                     |     key        |       key         |
  12.          ------------------------------------------------------------
  13.          | Erase the character |    S, H        |     Left-arrow,   |
  14.          | to the left.        |                |     delete, <BS>  |
  15.          |                     |                |                   |
  16.          | Delete the entire   |      Y         |     <Remove>      |
  17.          | entry.              |                |                   |
  18.          |                     |                |                   |
  19.          | Move down           |    J, M, X     |     Down-arrow,   |
  20.          | one line.           |                |     <Return>,     |
  21.          |                     |                |     <Enter>, <LF> |
  22.          |                     |                |                   |
  23.          | Move up             |    E, K        |     Up-arrow      |
  24.          | one line.           |                |                   |
  25.          |                     |                |                   |
  26.          | Move to the         |      C         |     <Next Screen> |
  27.          | end of the screen.  |                |                   |
  28.          |                     |                |                   |
  29.          | Move to the         |      R         |     <Prev Screen> |
  30.          | top of the screen.  |                |                   |
  31.          |                     |                |                   |
  32.          | Cancel entire entry.|      [         |      <ESC>        |
  33.          ------------------------------------------------------------
  34.  
  35.       Thus, to move down a line, a Rainbow operator can enter <Ctrl>-<X>
  36.       (that is, he or she can hold down the <Ctrl> and <X> keys at the
  37.       same time), <Ctrl>-<J>, or <Ctrl>-<M>.  Alternately, the downward-
  38.       pointing arrow key, the <Return> key, the <Enter> key, or the <LF>
  39.       key will also move the cursor down one line.
  40.  
  41.       The delete key is the one just above the <Return> key.
  42.  
  43.       I also made these other changes to the program:
  44.  
  45.       (1)  I changed the date format to year-month-day (YYYY-MM-DD),
  46.       which is required for sorting or to suit international standards.
  47.       (2)  I omitted the automatic insertion of a hyphen after the fifth
  48.       character of the ZIP code since Canadian postal codes do not use a
  49.       hyphen in that position.
  50.       (3)  I changed the length of the field for the state from two to
  51.       three characters.  This change permits, for example, representing
  52.       Prince Edward Island as 'PEI'.  I also modified the displays to
  53.       allow for the longer field.
  54.  
  55.       I have tested this program only on Rainbow computers, but I expect
  56.       that the Rainbow version of the mailing list program will run on
  57.       an IBM PC or compatible machine that has ANSI.SYS installed.
  58.       However, the program will not accept IBM <Pg Up>, <Pg Dn>, or
  59.       arrow keys, so alternative keys must be used.  Some of the IBM
  60.       function keys may have effects, but not the effects indicated in
  61.       William Meacham's MAIL.DOC file.
  62.  
  63.  
  64.       David P. Maroun
  65.       9395 Windsor Street
  66.       Chilliwack, BC
  67.       Canada    V2P 6C5
  68.       12-Oct-1988
  69.