+------------------------------------------------------------------------------+
| TMailMerge Component Version 1.0                                             |
+------------------------------------------------------------------------------+
| Author: Herv Roz                                                            |
| e-mail: hroz@chez.com                                                        |
+------------------------------------------------------------------------------+
| Description:                                                                 |
|   This component encapsulates the merge fonction of Microsoft Word. It use   |
| the OLE Automation to do that.                                               |
| The data source can be either a ODBC data source name or the table of a      |
| Microsoft Access database.                                                   |
+------------------------------------------------------------------------------+
| Properties:                                                                  |
|   DatabaseName: The name of the ODBC data source or the name of the          |
|     MS Access database (*.MDB).                                              |
|   Directory(*): Defauft directory only for the ODBC data source.             |
|   TableName: The file name of the ODBC data source (*.TXT,*.DBF,*.DB,...) or |
|     the table name of the MS Access database.                                |
|   DocumentName: The document name (*.DOC,*.DOT).                             |
|   Destination: Mail Merge Destination (See the MS Word documentation).       |
|   DocumentType: The document format (See the MS Word documentation).         |
|   SuppressBlankLines: Set to True if you want to suppress blank lines when   |
|     merge a empty field.                                                     |
|   FirstRecord: The number of the first record to merge.                      |
|   LastRecord: The number of the last record to merge.                        |
|   TableType(*): The table type only for the ODBC data source                 |
|   Pause: Set to True if you want that MS Word stops each time a merge error  |
|     occurs.                                                                  |
|                                                                              |
| (*): Read only property                                                      |
+------------------------------------------------------------------------------+
| Methods:                                                                     |
|   procedure Execute: Performs the specified merge file operation.            |
+------------------------------------------------------------------------------+
| Events:                                                                      |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| Installation                                                                 |
+------------------------------------------------------------------------------+
| 1. Unzip the file to any directory you like, for instance                    |
|   C:\Delphi 3\Source\MailMerg, ...                                           |
| 2. Start Delphi and close any projects and/or files                          |
| 3. From the menu, choose 'Components/Install Components...'                  |
| 4. In the dialog, click 'Browse'                                             |
| 5. Navigate to your chosen directory and select 'MailMerg.pas'               |
| 6. Click OK the way back                                                     |
| 7. In the dialog you have now set the unit file                              |
| 8. Click OK to perform the install                                           |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| Demo.zip                                                                     |
+------------------------------------------------------------------------------+
| Demo.dpr is a project that show you how to use TMailMerge component.         |
| With this demo you got a free wizard for mail merge MS Word documents.       |
|                                                                              |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| Extra! the visual basic constants for MS Word included (msword8.inc)         |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| ******************************* IMPORTANT ********************************** |
+------------------------------------------------------------------------------+
|     This software is absolutely free. Use it and enjoy Delphi.               |
|     All I want is to know why and how you are using this                     |
|     software.                                                                |
|                                                                              |
|     Suggestions for improvement and fixes are always welcome,                |
|     although no guarantee is made when we'll implemement them.               |
|                                                                              |
|     If you do use this component, please drop me an email                    |
|     telling me how you used it.                                              |
|                                                                              |
|     For bug reports, suggestions, new versions etc. contact me:              |
|                                                                              |
|     e-mail: hroz@chez.com                                                    |
|     URL: http://www.chez.com/herveroz                                        |
|                                                                              |
+------------------------------------------------------------------------------+
