home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / LIB017 / MAILMERG.HLP < prev    next >
Text File  |  1986-10-01  |  9KB  |  201 lines

  1.                          USING MAIL MERGE IN PC-TYPE+
  2.  
  3.     The Mail Merge features have been designed to be simple, yet powerful.
  4.     When you want to personalize the same letter (or document) over and
  5.     over again on a volume basis you can eliminate the need for repetitive
  6.     typing.  Names, addresses, and any other variables will be "plugged
  7.     in" to your text, saving time and cutting down on errors.
  8.  
  9.     PC-TYPE+ offers three options for Mail Merge:
  10.  
  11.             * Keyboard Input (just "filling in the blanks").
  12.             * Pulling in specific PC-FILE database fields.
  13.             * Using comma delimited (Wordstar) data files.
  14.  
  15.     There are even added features like including many files in a master
  16.     file for printing; and an ".IF" option for selecting files to include
  17.     based on matching items (i.e., strings of text or PC-FILE fields).
  18.  
  19.                             Press the PgDn Key ...
  20.  
  21.     Whenever you want to use Mail Merge, you can easily get started by
  22.     just pressing F8, F7, and then F8 again.  That should be done at the
  23.     beginning of your file.  Doing that will bring in what you see below:
  24.  
  25.  
  26.     ├───────────────────── Bgn Mail Merge Def. ────────────────────────┤
  27.         .ftype Mail   or PC-File or Keyboard
  28.         .fspec C:\DATA\MASTER.HDR                                        
  29.         .field Vname
  30.         .match Vname,"string"
  31.         .force Vname,"string"
  32.     ├───────────────────── End Mail Merge Def. ────────────────────────┤
  33.  
  34.  
  35.     This is your basic starting point for tailoring Mail Merge to fit your
  36.     specific needs.  Next you will modify this Mail Merge definition.  The
  37.     following examples will help you understand how to make such changes.
  38.  
  39.                             Press the PgDn Key ...
  40.  
  41.     Mail merge using keyboard input is the simplest to use.  There is a
  42.     minimum amount of set up required.  Beyond writing text you'll only
  43.     need to create the basic Mail Merge definition and decide where you
  44.     want the variables placed.
  45.  
  46.     Don't let the ease of doing this fool you, because this type of Mail
  47.     Merge is very powerful.  You can easily set up dozens of form letters
  48.     and standard agreements this way, for a "fill in the blanks" approach
  49.     to speeding up office procedures and cutting down on bottlenecks at
  50.     the typing pool.
  51.  
  52.     Here's all there is to the Mail Merge definition for keyboard input:
  53.  
  54.     ├───────────────────── Bgn Mail Merge Def. ────────────────────────┤
  55.         .ftype Keyboard
  56.     ├───────────────────── End Mail Merge Def. ────────────────────────┤
  57.  
  58.  
  59.                             Press the PgDn Key ...
  60.  
  61.     This is what the date and address portion of your Mail Merge letter
  62.     for keyboard input might look like:
  63.  
  64.                                      .<DATE*>
  65.  
  66.             .GROUP
  67.             .<COMPANY>
  68.             .<NAME> .<TITLE>
  69.             .<STREET> .<SUITE>
  70.             .<CITY> .<STATE> .<ZIP>
  71.             .EGROUP
  72.  
  73.     The date will be inserted automatically for you at the top, each time
  74.     you do your letter.  As PC-TYPE+ comes to each word in brackets it
  75.     will stop and ask you for input.  Each variable can be used in as many
  76.     places throughout your text as you want, too.  The .GROUP and .EGROUP
  77.     markers will remove any blanks lines within the address.
  78.  
  79.                             Press the PgDn Key ...
  80.  
  81.     Here's what the actual text of letter might look like:
  82.  
  83.          Dear .<NICKNAME>:
  84.  
  85.               It was good to meet with you today.  I know we can
  86.          .<KEYIN*>.
  87.  
  88.               I will give you a call in a few weeks to see how things
  89.          are going.  Let me know what more I can do to help.
  90.  
  91.          Sincerely,
  92.  
  93.          YOUR NAME/TITLE HERE
  94.  
  95.     Again, PC-TYPE+ will ask you for input at the bracketed words.  The
  96.     .<KEYIN*> is where you can type in something different each time you
  97.     do the letter.  You can use .<KEYIN*> as often as you want.
  98.  
  99.                             Press the PgDn Key ...
  100.  
  101.     By following this STEP BY STEP guide, you will be able to print out a
  102.     sample PC-TYPE+ Mail Merge file.  You will be editing that sample file
  103.     while still working with this file.  That will make it easy to refer
  104.     back to these steps.  When working with more than one file, you can
  105.     move back and forth between the files by just pressing Shift F1.
  106.  
  107.     STEP #1 Type EDIT x:\path\MM.1 on    STEP #4 Tab to "Mail Merge", then
  108.             the Command Line.  "x" is            press the  down arrow key
  109.             the drive.  "path" may be            to turn on Mail Merge.
  110.             "pct_help".
  111.  
  112.     STEP #2 MM.1  is on your PC-TYPE+    STEP #5 Press F10  to specify the
  113.             HELP  disk.   Next  press            Drive  PC-TYPE+  can  use
  114.             Enter to work with MM.1              for a temporary file.
  115.  
  116.     STEP #3 Press Shift F3 to get the    STEP #6 Press F10 again to begin.
  117.             Print Options Menu.   All            Then answer the questions
  118.             printer options apply.               on the lower screen.
  119.                             Press the PgDn Key ...
  120.  
  121.     PC-TYPE+ allows you to pull in data from any PC-FILE database for Mail
  122.     Merge, too.  You start by pressing F8, F7, and then F8 like you did in
  123.     our first example.  Here's a sample Mail Merge definition to use a
  124.     PC-FILE database (like the one provided with PC-TYPE+):
  125.  
  126.     ├───────────────────── Bgn Mail Merge Def. ────────────────────────┤
  127.         .ftype PC-File
  128.         .fspec Drive:\Path\Filename.HDR
  129.         .match Vname,"string"
  130.         .force Vname,"string"
  131.     ├───────────────────── End Mail Merge Def. ────────────────────────┤
  132.  
  133.     The first line tells PC-TYPE you want to work with a PC-FILE database.
  134.     The second line is where you let PC-TYPE+ know which database you want
  135.     to work with.  The next two lines are helpful options.  ".match" lets
  136.     you selectively choose records.  ".force" allows you to put variables
  137.     that change (i.e., deadline dates or terms) in an easy to find place.
  138.  
  139.                             Press the PgDn Key ...
  140.  
  141.     The sample file MM.2 on the PC-TYPE+ HELP disk shows you how all of
  142.     the aspects of using a PC-FILE database work.  You can now easily edit
  143.     that file just like you did with the keyboard entry sample (MM.1).  It
  144.     also includes an example of .IF, which is explained right in the text.
  145.  
  146.     You will find a helpful summary of these advanced Mail Merge features
  147.     at the end of this file.  Remember, too, that you can also get a quick
  148.     reference of Mail Merge features from the PC-TYPE+ Help Menu Screen.
  149.     You can do that at any point by pressing F1 and then the letter "m".
  150.  
  151.     Your third option for Mail Merge is the comma delimited format.  This
  152.     is a fairly common format, usually associated with programs like
  153.     WORDSTAR and others.  Having this option in PC-TYPE+ means you can use
  154.     all of those WORDSTAR (or similar) data files - without any changes or
  155.     modifications.  All you need to do is set up the Mail Merge Definition
  156.     for that option.  A sample file on the PC-TYPE+ HELP disk called MM.3
  157.     shows you just what you will need to do.
  158.  
  159.                             Press the PgDn Key ...
  160.  
  161.     Here's an example of a comma delimited Mail Merge definition:
  162.  
  163.     ├───────────────────── Bgn Mail Merge Def. ────────────────────────┤
  164.         .ftype Mail
  165.         .fspec Drive:\Path\Filename.ext
  166.         .field Vname
  167.         .field Vname
  168.         .field Vname
  169.         .field Vname
  170.         .field Vname
  171.     ├───────────────────── End Mail Merge Def. ────────────────────────┤
  172.  
  173.     This time the first line (i.e., with the word "Mail") tells PC-TYPE+
  174.     you want to work with a comma delimited data file.  The second line is
  175.     where you put the name of the data file.  The rest of the lines are
  176.     where you will define the variable names, in the order that the data
  177.     appears in your data file.
  178.  
  179.                             Press the PgDn Key ...
  180.  
  181.     You can place "flags" in your mail merge files to reformat paragraphs
  182.     and/or lines.  To do that you just place Key Letters at the end of
  183.     your variable names like this:     .<VAR>x> or .[VAR]x]
  184.     Replace the "x" with  L  to reformat a line; and  P  to reformat a
  185.     paragraph.  Use  J  to justify a line and  PJ to justify a paragraph.
  186.  
  187.     Summary of Key Words in Mail Merge:
  188.  
  189.     .MATCH Vname,"string" (Only matching records from source selected)
  190.     .FORCE Vname,"string" (Special variable - even overrides record data)
  191.     .INCLUDE fspec (brings in file - which can include M/M functions)
  192.     .IF VAR,"string" (Selects files to include on matching items)
  193.     .GROUP ...  .EGROUP or .EGROUP R (Blanks removed or replaced at end)
  194.     .LABEL ...  .ELABEL (Save address lines to predefined labels file)
  195.     .<DATE*> (The current system date inserted at this point)
  196.     .<TIME*> (The current system time inserted at this point)
  197.     .<KEYIN*> (Mail Merge pauses for you to type in variables that change)
  198.  
  199.                      Press F4 to return to the HELP Menu
  200.  
  201.