home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / mailpro / readme.doc < prev    next >
Encoding:
Text File  |  1988-08-23  |  4.6 KB  |  165 lines

  1. --------------------------------------------------------------------------
  2.                        F i l e    I n f o r m a t i o n
  3.  
  4. * DESCRIPTION
  5. This file contains additional information to MAILPRO.DOC. Information
  6. includes an upgrade history. Read this file last.
  7.  
  8. * ASSOCIATED FILES
  9. MAILPRO .PAS
  10. FILELIST.DOC
  11. MAILPRO .DOC
  12. README  .DOC
  13. BEEU    .PAS
  14. BL      .PAS
  15. CE      .PAS
  16. CF      .PAS
  17. CO      .PAS
  18. COLORDEF.PAS
  19. COLORIU .PAS
  20. COLORS  .PAS
  21. CPAU    .PAS
  22. CURSOROU.PAS
  23. DEF     .PAS
  24. DELFILE .PAS
  25. DELREC  .PAS
  26. DIVEDIT .PAS
  27. DL      .PAS
  28. DQ      .PAS
  29. DR      .PAS
  30. DRAWSQAR.PAS
  31. ED      .PAS
  32. ER      .PAS
  33. FASTWR  .ASM
  34. FASTWR  .OBJ
  35. FASTWR  .PAS
  36. FD      .PAS
  37. FF      .PAS
  38. FILLFRAM.PAS
  39. FINDFILE.PAS
  40. FIXNAMU .PAS
  41. FR      .PAS
  42. FT      .PAS
  43. GENMENUS.PAS
  44. GETFORU .PAS
  45. GETKEU  .PAS
  46. IMAU    .PAS
  47. IMIU    .PAS
  48. IT      .PAS
  49. LPAU    .PAS
  50. MERGESTU.PAS
  51. MF      .PAS
  52. MO      .PAS
  53. NS      .PAS
  54. PG      .PAS
  55. PR      .PAS
  56. PRTDIV  .PAS
  57. PRTSDIV .PAS
  58. RE      .PAS
  59. REAL2STU.PAS
  60. RENFILE .PAS
  61. RET     .PAS
  62. RPAU    .PAS
  63. SETATTU .PAS
  64. SETBU   .PAS
  65. SHADOU  .PAS
  66. SHOWPAGU.PAS
  67. SM      .PAS
  68. SO      .PAS
  69. SORTLISU.PAS
  70. SS      .PAS
  71. STATE   .PAS
  72. STR2INU .PAS
  73. STRIPOUU.PAS
  74. STRIU   .PAS
  75. STRNU   .PAS
  76. SUBEDIT .PAS
  77. SUMPRINT.PAS
  78. SWAP    .PAS
  79. TESTFILE.PAS
  80. UCASU   .PAS
  81.  
  82. * CHECKED BY
  83. JRM 4/5/88
  84.  
  85. * KEYWORDS
  86. PASCAL PROGRAM APPLICATION CONTEST DATABASE
  87.  
  88. ==========================================================================
  89. }
  90. This readme file conatins additional instructions regarding MailPro.
  91.  
  92.  
  93. ABOUT MAILPRO:
  94.  
  95.      Please read the MAILPRO.DOC file first.  If you do not initialize the disk
  96. on which you intend to keep your data, the program will NOT work.
  97.  
  98. Additions to documentation:
  99.  
  100.      When in the printing area of "BUILD LIST", any printing may be aborted by
  101. hitting the escape key - [ESC].
  102.  
  103.      Within the program it is possible to change the colors being used.
  104. However, I have included a default set of colors for use on a color
  105. monitor (I suggest you try it on a color monitor, it looks a lot nicer).
  106. Use the following command to set the default colors:
  107. COPY COLOR COLORUSE
  108. and
  109. COPY BW COLORUSE
  110. to change it back for monochrome.
  111.  
  112.      Any suggestions or problems should be sent to ProData Systems.  We
  113. appreciate your support.
  114.  
  115.                                         Richard C. Bateman
  116.  
  117. NOTE:   Several minor bugs were fixed between version 2.0 and
  118.         version 2.1.
  119. * When running the systems menu (F5), the menus did not reset
  120.   themselves at each level.  They now do.
  121. * When running MailPro in its commercial mode, both the company
  122.   name and the addressee were labeled as "Company" in a number of
  123.   places, causing some slight confusion.  This has been fixed.
  124. * Screen displays were speeded up by about 65% (though this is
  125.   so fast already, you probably won't notice it.)
  126. * The entry counter at the bottom of the operations menu did not
  127.   clear before re-writing.  When going from the 100th entry to
  128.   the 99th, then counter would read 990.  This has been fixed.
  129.  
  130. NOTE:   Several additions were made between version 2.1 and
  131.         version 2.2.
  132. * A MailMerge feature has been added in the BuildList area.
  133.   [CONTROL] & [F5] together will cause the active list to be
  134.   dumped to a file, delimited with quotes and commas.
  135. * When printing a form from the BuilList area, the user now has
  136.   the option of having "City State" print as "City, State." with
  137.   both comma and period inserted.
  138.  
  139. NOTE:   Several changes were made between version 2.2 and
  140.         version 2.3.
  141. * The data input areas, those places where you enter more than a
  142.   single letter, have been changed in some places.  A generic
  143.   input routine has been implemented to better handle improper
  144.   key-strokes, as well as to set the stage for several future
  145.   upgrades.  This means that answering questions in the program
  146.   may occur somewhat differently than as described in the
  147.   manual.  Don't be alarmed by this !!!
  148. * This upgrade uses a new version of the Turbo Pascal compiler
  149.   (version 4.0).  The program MailPro.EXE is now the active
  150.   version of the program.  You MUST delete MailPro.COM.  You may
  151.   also delete:
  152.                    Mp1Files.COM
  153.                    Mp1.COM
  154.                    Mp1.000 - Mp1.011   ( Mp1.0?? )
  155.                    State.DAT
  156.  
  157. NOTE:   Several changes were made between version 2.3 and
  158.         version 2.3B.
  159. * The versions before 2.3B had a bug which erased the preset
  160.   forms whenever the data disk was initialized.  It was possible
  161.   to re-copy the "FORMS" file from the purchased disk to your
  162.   working copy afterwards, but inconvenient.  This problem has
  163.   been fixed.
  164. 
  165.