How to Perform a Text Merge Without Using Memo FieldsID: Q100550 2.50 2.50a | 2.00 2.50 2.50a kbprint
The information in this article applies to:
SUMMARYThe text merge feature in FoxPro provides a powerful method for developing documents, as illustrated by the example below, which shows how to perform a text merge that doesn't involve using memo fields.
MORE INFORMATIONIn this example, all text and components to be merged with the text are contained in a program (.PRG) file. Page spacing (top, bottom and side margins) are all controlled within the program (specifically, within the TEXT ... ENDTEXT structure). The sample code below prints a letter. The fields to be evaluated are contained in the database file FOXPRO2\SAMPLE\DBFS\CLIENTS.DBF in FoxPro version 2.0 for MS-DOS. CLIENTS.DBF is found in FOXPRO25\SAMPLE\DBFS in FoxPro versions 2.5 and 2.5a for MS-DOS and in FOXPROW\SAMPLE\ORGANIZE\DBFS in FoxPro versions 2.5 and 2.5a for Windows.
For more information about performing text merges, see the following
article in the Microsoft Knowledge Base:
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.x textmerge
KBCategory: kbprint
KBSubcategory: FxprintGeneral
|
|
Last Reviewed: November 20, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |